IDLive Face new C++ API 1.46.0
|
An optional value. More...
#include <idliveface/utility.h>
Public Member Functions | |
Optional (T value) | |
bool | has_value () const noexcept |
const T & | value () const |
operator bool () const noexcept | |
const T & | operator* () const |
const T * | operator-> () const |
An optional value.