Agora Java API Reference for Android
|
Public Member Functions | |
template<class... Args> | |
CONSTEXPR | OptionalStorageBase (in_place_t, Args &&... args) |
template<class... Args> | |
void | Init (Args &&... args) |
Public Attributes | |
bool | is_populated_ |
union { | |
char empty_ | |
T value_ | |
}; | |