kblib 0.2.3
General utilities library for modern C++
|
#include <kblib/memory.h>
Public Member Functions | |
null_construct () noexcept(std::is_nothrow_default_constructible< T >::value) | |
operator T& () noexcept | |
operator const T & () const noexcept | |
Public Attributes | |
T | t |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
T kblib::null_construct< T, bool >::t |