#include <check.hpp>
template<typename T>
template<typename U , typename = typename std::enable_if< std::is_constructible<T, const U&>::value>::type>
template<typename T>
template<typename U >
template<typename T>
static Result<T> Result< T >::error |
( |
const std::string & |
message | ) |
|
|
inlinestatic |
template<typename T>
const std::string& Result< T >::error |
( |
| ) |
const |
|
inline |
template<typename T>
const T& Result< T >::get |
( |
| ) |
const |
|
inline |
template<typename T>
const T&& Result< T >::get |
( |
| ) |
const |
|
inline |
template<typename T>
bool Result< T >::isError |
( |
| ) |
const |
|
inline |
template<typename T>
bool Result< T >::isNone |
( |
| ) |
const |
|
inline |
template<typename T>
bool Result< T >::isSome |
( |
| ) |
const |
|
inline |
template<typename T>
const T& Result< T >::operator* |
( |
| ) |
const |
|
inline |
template<typename T>
const T&& Result< T >::operator* |
( |
| ) |
const |
|
inline |
template<typename T>
T&& Result< T >::operator* |
( |
| ) |
|
|
inline |
template<typename T>
const T* Result< T >::operator-> |
( |
| ) |
const |
|
inline |
template<typename T>
T* Result< T >::operator-> |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: