#include <optional.h>

Public Member Functions | |
| template<typename U > | |
| Result< typename SUPER::ValueType::ValueType > | GetValueOr (U &&defaultValue) const |
| Result< typename SUPER::ValueType::ValueType > | GetValueOrNull () const |
| template<typename U > | |
| Result< typename SUPER::ValueType::ValueType > | MoveValueOr (U &&defaultValue) |
| Result< typename SUPER::ValueType::ValueType > | MoveValueOrNull () |
| Result<typename SUPER::ValueType::ValueType> GetValueOr | ( | U && | defaultValue | ) | const |
| Result<typename SUPER::ValueType::ValueType> GetValueOrNull | ( | ) | const |
| Result<typename SUPER::ValueType::ValueType> MoveValueOr | ( | U && | defaultValue | ) |
| Result<typename SUPER::ValueType::ValueType> MoveValueOrNull | ( | ) |