JBus
JoyBuscommunicationserver
|
Public Member Functions | |
constexpr | constexpr_optional_base (const T &v) |
constexpr | constexpr_optional_base (T &&v) |
template<class... Args> | |
constexpr | constexpr_optional_base (in_place_t, Args &&...args) |
template<class U , class... Args, TR2_OPTIONAL_REQUIRES(is_constructible< T, std::initializer_list< U >>) > | |
OPTIONAL_CONSTEXPR_INIT_LIST | constexpr_optional_base (in_place_t, std::initializer_list< U > il, Args &&...args) |
Public Attributes | |
bool | init_ |
constexpr_storage_t< T > | storage_ |