|
cppfig 0.1.0
Modern C++20 compile-time type-safe configuration library
|
This is the complete list of members for cppfig::StatusOr< T >, including all inherited members.
| ok() const noexcept -> bool | cppfig::StatusOr< T > | inline |
| operator*() const &-> const T & | cppfig::StatusOr< T > | inline |
| operator*() &&-> T && | cppfig::StatusOr< T > | inline |
| operator->() const -> const T * | cppfig::StatusOr< T > | inline |
| status() const &-> Status | cppfig::StatusOr< T > | inline |
| status() &&-> Status | cppfig::StatusOr< T > | inline |
| StatusOr(T value) | cppfig::StatusOr< T > | inline |
| StatusOr(Status status) | cppfig::StatusOr< T > | inline |
| value() const &-> const T & | cppfig::StatusOr< T > | inline |
| value() &&-> T && | cppfig::StatusOr< T > | inline |