optional< T > Struct Template Reference

Public Member Functions

BETTER_ENUMS_CONSTEXPR_ optional (T v)
 
const BETTER_ENUMS_CONSTEXPR_ T & operator* () const
 
const BETTER_ENUMS_CONSTEXPR_ T * operator-> () const
 
BETTER_ENUMS_CONSTEXPR_ operator bool () const
 
const BETTER_ENUMS_CONSTEXPR_ T & value () const