|
JSON Voorhees
Killer JSON for C++
|
The set of result operations which depend on the type of TError.
More...
#include <jsonv/result.hpp>
Inheritance diagram for jsonv::result_error_operations< TSelf, TError >:Public Types | |
| using | error_type = TError |
| See result::error_type. | |
Public Member Functions | |
| const error_type & | error () const & |
| error_type & | error () & |
| error_type && | error () && |
The set of result operations which depend on the type of TError.
Definition at line 783 of file result.hpp.
| using jsonv::result_error_operations< TSelf, TError >::error_type = TError |
See result::error_type.
Definition at line 789 of file result.hpp.
|
inline |
Definition at line 803 of file result.hpp.
|
inline |
Definition at line 810 of file result.hpp.
|
inline |
Get the error value inside of this result if it is result_state::error.
| bad_result_access | if state is not result_state::error. |
Definition at line 796 of file result.hpp.