fp
Functional Programming extensions to C++ for ROS projects.
|
Error type used by Result<T> More...
#include <result.hpp>
Public Member Functions | |
bool | operator== (const Error &other) const noexcept |
bool | operator!= (const Error &other) const noexcept |
Public Attributes | |
ErrorCode | code = ErrorCode::UNKNOWN |
std::string | what = "" |
|
inlinenoexcept |
Definition at line 78 of file result.hpp.
|
inlinenoexcept |
Definition at line 75 of file result.hpp.
ErrorCode fp::Error::code = ErrorCode::UNKNOWN |
Definition at line 72 of file result.hpp.
std::string fp::Error::what = "" |
Definition at line 73 of file result.hpp.