QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
#include "optional.hpp"
Public Member Functions | |
constexpr | storage_t (trivial_init_t) noexcept |
template<class... Args> | |
constexpr | storage_t (Args &&... args) |
~storage_t () | |
Public Attributes | |
unsigned char | dummy_ |
T | value_ |
|
inlineconstexprnoexcept |
|
inlineconstexpr |
|
inline |
unsigned char std::experimental::storage_t< T >::dummy_ |
T std::experimental::storage_t< T >::value_ |