This is the complete list of members for sl::Result< T >, including all inherited members.
err | sl::Result< T > | |
operator bool() const | sl::Result< T > | inline |
operator sl_result() const | sl::Result< T > | inline |
operator*() | sl::Result< T > | inline |
operator->() | sl::Result< T > | inline |
Result(const T &value) | sl::Result< T > | inline |
Result(sl_result err) | sl::Result< T > | inline |
value | sl::Result< T > |