| zpp
    Zephyr C++20 Framework | 
helper class for error result More...
#include <result.hpp>
| Public Member Functions | |
| error_result () noexcept=delete | |
| error_result (error_result &&) noexcept=default | |
| error_result (const error_result &) noexcept=default | |
| error_result & | operator= (error_result &&) noexcept=default | 
| error_result & | operator= (const error_result &) noexcept=default | 
| error_result (const T_Error &rhs) noexcept | |
| initialize error_result  More... | |
| error_result (T_Error &&rhs) noexcept | |
| initialize error_result  More... | |
| T_Error & | error () noexcept | 
| return error value  More... | |
| const T_Error & | error () const noexcept | 
| return error value  More... | |
helper class for error result
Definition at line 25 of file result.hpp.
| 
 | deletenoexcept | 
| 
 | defaultnoexcept | 
| 
 | defaultnoexcept | 
| 
 | inlineexplicitnoexcept | 
initialize error_result
| rhs | the value the use for initialization | 
Definition at line 44 of file result.hpp.
| 
 | inlineexplicitnoexcept | 
initialize error_result
| rhs | the value the use for initialization | 
Definition at line 54 of file result.hpp.
| 
 | inlinenoexcept | 
return error value
Definition at line 73 of file result.hpp.
| 
 | inlinenoexcept | 
| 
 | defaultnoexcept | 
| 
 | defaultnoexcept |