Lightgraph
C++17 light-graph engine API reference
Loading...
Searching...
No Matches
lightgraph::Result< T > Member List

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() constlightgraph::Result< T >inline
operator bool() constlightgraph::Result< T >inlineexplicit
Result(T value, Status status=Status::success())lightgraph::Result< T >inline
status() constlightgraph::Result< T >inline
value() constlightgraph::Result< T >inline
value()lightgraph::Result< T >inline