Agora RTC Objective-C API Reference  Refactor
OptionalStorageBase< T > Struct Template Reference

Inherited by OptionalStorage< T >.

Constructor & Destructor Documentation

◆ OptionalStorageBase() [1/2]

◆ OptionalStorageBase() [2/2]

CONSTEXPR OptionalStorageBase ( in_place_t  ,
const T &  _value 
)
inlineexplicit

◆ ~OptionalStorageBase()

~OptionalStorageBase ( )
inline

Member Function Documentation

◆ Init()

void Init ( const T &  _value)
inline

Field Documentation

◆ is_populated_

bool is_populated_

◆ empty_

char empty_

◆ value_

T value_

◆ @1

union { ... }