GetError() & | TValueOrError< ValueType, ErrorType > | inline |
GetError() const & | TValueOrError< ValueType, ErrorType > | inline |
GetError() && | TValueOrError< ValueType, ErrorType > | inline |
GetValue() & | TValueOrError< ValueType, ErrorType > | inline |
GetValue() const & | TValueOrError< ValueType, ErrorType > | inline |
GetValue() && | TValueOrError< ValueType, ErrorType > | inline |
HasError() const | TValueOrError< ValueType, ErrorType > | inline |
HasValue() const | TValueOrError< ValueType, ErrorType > | inline |
IsValid() const | TValueOrError< ValueType, ErrorType > | inline |
StealError() | TValueOrError< ValueType, ErrorType > | inline |
StealValue() | TValueOrError< ValueType, ErrorType > | inline |
TryGetError() | TValueOrError< ValueType, ErrorType > | inline |
TryGetError() const | TValueOrError< ValueType, ErrorType > | inline |
TryGetValue() | TValueOrError< ValueType, ErrorType > | inline |
TryGetValue() const | TValueOrError< ValueType, ErrorType > | inline |
TValueOrError(TValueOrError_ValueProxy< ArgTypes... > &&Proxy, TIntegerSequence< uint32, ArgIndices... >) | TValueOrError< ValueType, ErrorType > | inlineprivate |
TValueOrError(TValueOrError_ErrorProxy< ArgTypes... > &&Proxy, TIntegerSequence< uint32, ArgIndices... >) | TValueOrError< ValueType, ErrorType > | inlineprivate |
TValueOrError(TValueOrError_ValueProxy< ArgTypes... > &&Proxy) | TValueOrError< ValueType, ErrorType > | inline |
TValueOrError(TValueOrError_ErrorProxy< ArgTypes... > &&Proxy) | TValueOrError< ValueType, ErrorType > | inline |
Variant | TValueOrError< ValueType, ErrorType > | private |