|
ORE Studio 0.0.4
|
Specialization for void value type. More...
#include <result.hpp>

Public Member Functions | |
| result (const E &error) | |
| result (E &&error) | |
| bool | has_value () const |
| bool | has_error () const |
| operator bool () const | |
| const E & | error () const & |
| E & | error () & |
| E && | error () && |
Specialization for void value type.