![]() |
TrinityCore
|
#include <UpdateField.h>
Additional Inherited Members | |
![]() | |
using | value_type = T |
using | IsLarge = std::integral_constant< bool, sizeof(void *) *3< sizeof(T)> |
using | StorageType = std::conditional_t< IsLarge::value, std::unique_ptr< T >, Optional< T > > |
![]() | |
~OptionalUpdateFieldBase () | |
bool | has_value () const |
operator bool const () const | |
T const * | operator-> () const |
T const & | operator* () const |
Definition at line 965 of file UpdateField.h.