|
Lightgraph
C++17 light-graph engine API reference
|
This is the complete list of members for lightgraph::Result< T >, including all inherited members.
| error(ErrorCode code, std::string message) | lightgraph::Result< T > | inlinestatic |
| ok() const | lightgraph::Result< T > | inline |
| operator bool() const | lightgraph::Result< T > | inlineexplicit |
| Result(T value, Status status=Status::success()) | lightgraph::Result< T > | inline |
| status() const | lightgraph::Result< T > | inline |
| value() const | lightgraph::Result< T > | inline |
| value() | lightgraph::Result< T > | inline |