|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
This is the complete list of members for common::Result< T >, including all inherited members.
| data_ | common::Result< T > | private |
| error() | common::Result< T > | inline |
| error() const | common::Result< T > | inline |
| is_error() const | common::Result< T > | inline |
| is_ok() const | common::Result< T > | inline |
| Result(T value) | common::Result< T > | inline |
| Result(error_info error) | common::Result< T > | inline |
| value() | common::Result< T > | inline |
| value() const | common::Result< T > | inline |