Agora Java API Reference for Android
|
Protected Member Functions | |
CONSTEXPR | OptionalBase (const OptionalBase &other) |
CONSTEXPR | OptionalBase (in_place_t, const T &_value) |
template<typename U > | |
OptionalBase (const OptionalBase< U > &other) | |
OptionalBase & | operator= (const OptionalBase &other) |
template<typename U > | |
void | CopyAssign (const OptionalBase< U > &other) |
template<typename U > | |
void | InitOrAssign (const U &value) |
void | FreeIfNeeded () |
Protected Attributes | |
OptionalStorage< T > | storage_ |