Agora C++ API Reference for All Platforms
|
#include <AgoraOptional.h>
Inherits agora::internal::OptionalStorageBase< T >.
Public Member Functions | |
template<class... Args> | |
CONSTEXPR | OptionalStorage (in_place_t in_place, Args &&... args) |
CONSTEXPR | OptionalStorage (in_place_t in_place, const T &_value) |
OptionalStorage () | |
OptionalStorage (const OptionalStorage &other) | |
OptionalStorage (OptionalStorage &&other) NOEXCEPT(std | |
![]() | |
CONSTEXPR | OptionalStorageBase () |
template<class... Args> | |
CONSTEXPR | OptionalStorageBase (in_place_t, Args &&... args) |
CONSTEXPR | OptionalStorageBase (in_place_t, const T &_value) |
~OptionalStorageBase () | |
template<class... Args> | |
void | Init (Args &&... args) |
void | Init (const T &_value) |
Additional Inherited Members | |
![]() | |
bool | is_populated_ |
union { | |
char empty_ | |
T value_ | |
}; | |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |