Agora Java API Reference for Android
|
Public Member Functions | |
template<class... Args> | |
CONSTEXPR | OptionalStorage (in_place_t in_place, Args &&... args) |
OptionalStorage (const OptionalStorage &other) | |
OptionalStorage (OptionalStorage &&other) noexcept(std::is_nothrow_move_constructible< T >::value) | |
![]() | |
template<class... Args> | |
CONSTEXPR | OptionalStorageBase (in_place_t, Args &&... args) |
template<class... Args> | |
void | Init (Args &&... args) |
Additional Inherited Members | |
![]() | |
bool | is_populated_ |
union { | |
char empty_ | |
T value_ | |
}; | |