|
| StatusOr (const Status &status) |
|
| StatusOr (const TType &value) |
|
| StatusOr (const StatusOr &other) |
|
template<typename TTypeOther > |
| StatusOr (const StatusOr< TTypeOther > &other, typename std::enable_if< std::is_convertible< TTypeOther, TType >::value >::type *=nullptr) |
|
template<typename TTypeOther > |
| StatusOr (const StatusOr< TTypeOther > &other, typename std::enable_if<!std::is_convertible< TTypeOther, TType >::value >::type *=nullptr) |
|
StatusOr & | operator= (const StatusOr &other) |
|
template<typename TTypeOther > |
std::enable_if< std::is_convertible< TTypeOther, TType >::value, StatusOr & >::type | operator= (const StatusOr< TTypeOther > &other) |
|
template<typename TTypeOther > |
std::enable_if<!std::is_convertible< TTypeOther, TType >::value, StatusOr & >::type | operator= (const StatusOr< TTypeOther > &other) |
|
const Status & | status () const |
|
bool | ok () const |
|
| operator bool () const |
|
const TType & | value () const |
|
The documentation for this class was generated from the following file: