#include <optional.h>
Protected Types | |
using | base = optional_data_dtor_base< T > |
Protected Member Functions | |
template<typename U > | |
void | assign (U &&u) |
template<typename... Args> | |
void | construct (Args &&...args) |
optional_data_base ()=default | |
template<typename... Args> | |
constexpr | optional_data_base (in_place_t t, Args &&...args) |
Protected Member Functions inherited from absl::optional_internal::optional_data_dtor_base< T > | |
void | destruct () noexcept |
constexpr | optional_data_dtor_base () noexcept |
constexpr | optional_data_dtor_base (in_place_t, Args &&...args) |
~optional_data_dtor_base () | |
Additional Inherited Members | |
Public Attributes inherited from absl::optional_internal::optional_data_dtor_base< T > | |
T | data_ |
dummy_type | dummy_ |
Protected Attributes inherited from absl::optional_internal::optional_data_dtor_base< T > | |
union { | |
T data_ | |
dummy_type dummy_ | |
}; | |
bool | engaged_ |
Definition at line 136 of file internal/optional.h.
|
protected |
Definition at line 138 of file internal/optional.h.
|
protecteddefault |
|
inlineexplicitprotected |
Definition at line 145 of file internal/optional.h.
|
inlineprotected |
Definition at line 157 of file internal/optional.h.
|
inlineprotected |
Definition at line 150 of file internal/optional.h.