kblib 0.2.3
General utilities library for modern C++
kblib::null_construct< T, true > Struct Template Reference

#include <kblib/memory.h>

Inheritance diagram for kblib::null_construct< T, true >:
Collaboration diagram for kblib::null_construct< T, true >:

Public Member Functions

 null_construct () noexcept(std::is_nothrow_default_constructible< T >::value)
 

Detailed Description

template<typename T>
struct kblib::null_construct< T, true >

Definition at line 55 of file memory.h.

Constructor & Destructor Documentation

◆ null_construct()

template<typename T >
kblib::null_construct< T, true >::null_construct ( )
inlinenoexcept

Definition at line 56 of file memory.h.


The documentation for this struct was generated from the following file: