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

Inherits OptionalStorageBase< T >.

Constructor & Destructor Documentation

◆ OptionalStorage() [1/3]

CONSTEXPR OptionalStorage ( in_place_t  in_place,
const T &  _value 
)
inlineexplicit

◆ OptionalStorage() [2/3]

OptionalStorage ( )
inline

◆ OptionalStorage() [3/3]

OptionalStorage ( const OptionalStorage< T > &  other)
inline

Member Function Documentation

◆ Init()

void Init ( const T &  _value)
inlineinherited

Field Documentation

◆ is_populated_

bool is_populated_
inherited

◆ empty_

char empty_
inherited

◆ value_

T value_
inherited

◆ @1

union { ... }