Hall A ROOT/C++ Analyzer (podd)
|
Definition at line 295 of file optional.hpp.
Public Member Functions | |
template<class... Args> | |
constexpr | constexpr_storage_t (Args &&... args) |
constexpr | constexpr_storage_t (trivial_init_t) noexcept |
~constexpr_storage_t ()=default | |
Public Attributes | |
unsigned char | dummy_ |
T | value_ |
#include <optional.hpp>
|
inlineconstexprnoexcept |
Definition at line 300 of file optional.hpp.
|
inlineconstexpr |
Definition at line 303 of file optional.hpp.
|
default |
unsigned char std::experimental::constexpr_storage_t< T >::dummy_ |
Definition at line 297 of file optional.hpp.
T std::experimental::constexpr_storage_t< T >::value_ |
Definition at line 298 of file optional.hpp.