|
nros C++ API
Lightweight ROS 2 client for embedded real-time systems (C++ headers)
|
This is the complete list of members for nros::Expected< T >, including all inherited members.
| error(ErrorCode code) | nros::Expected< T > | inlinestatic |
| error(const Result &r) | nros::Expected< T > | inlinestatic |
| error() const | nros::Expected< T > | inline |
| error_as_result() const | nros::Expected< T > | inline |
| ok(T value) | nros::Expected< T > | inlinestatic |
| ok() const | nros::Expected< T > | inline |
| operator bool() const | nros::Expected< T > | inlineexplicit |
| value() & | nros::Expected< T > | inline |
| value() const & | nros::Expected< T > | inline |
| value() && | nros::Expected< T > | inline |