#include <optional.h>
公共成员函数 |
|
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 | ( | ) |