Hall A ROOT/C++ Analyzer (podd)
|
Definition at line 310 of file optional.hpp.
Public Member Functions | |
constexpr | optional_base () noexcept |
constexpr | optional_base (const T &v) |
template<class... Args> | |
optional_base (in_place_t, Args &&... args) | |
template<class U , class... Args, TR2_OPTIONAL_REQUIRES(is_constructible< T, std::initializer_list< U > >) > | |
optional_base (in_place_t, std::initializer_list< U > il, Args &&... args) | |
constexpr | optional_base (T &&v) |
~optional_base () | |
Public Attributes | |
bool | init_ |
storage_t< T > | storage_ |
#include <optional.hpp>
|
inlineconstexprnoexcept |
Definition at line 315 of file optional.hpp.
|
inlineexplicitconstexpr |
Definition at line 317 of file optional.hpp.
|
inlineexplicitconstexpr |
Definition at line 319 of file optional.hpp.
|
inlineexplicit |
Definition at line 321 of file optional.hpp.
|
inlineexplicit |
Definition at line 325 of file optional.hpp.
|
inline |
Definition at line 328 of file optional.hpp.
bool std::experimental::optional_base< T >::init_ |
Definition at line 312 of file optional.hpp.
storage_t<T> std::experimental::optional_base< T >::storage_ |
Definition at line 313 of file optional.hpp.