Hall A ROOT/C++ Analyzer (podd)
|
Definition at line 280 of file optional.hpp.
Public Member Functions | |
template<class... Args> | |
constexpr | storage_t (Args &&... args) |
constexpr | storage_t (trivial_init_t) noexcept |
~storage_t () | |
Public Attributes | |
unsigned char | dummy_ |
T | value_ |
#include <optional.hpp>
|
inlineconstexprnoexcept |
Definition at line 285 of file optional.hpp.
|
inlineconstexpr |
Definition at line 288 of file optional.hpp.
|
inline |
Definition at line 290 of file optional.hpp.
unsigned char std::experimental::storage_t< T >::dummy_ |
Definition at line 282 of file optional.hpp.
T std::experimental::storage_t< T >::value_ |
Definition at line 283 of file optional.hpp.