|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
This is the complete list of members for nndeploy::base::Maybe< T >, including all inherited members.
| hasValue() const | nndeploy::base::Maybe< T > | inline |
| Maybe(const T &value, const Status &status) | nndeploy::base::Maybe< T > | inline |
| Maybe(const Status &status) | nndeploy::base::Maybe< T > | inline |
| Maybe(const Maybe &other)=default | nndeploy::base::Maybe< T > | |
| operator=(const Maybe &other)=default | nndeploy::base::Maybe< T > | |
| status() const | nndeploy::base::Maybe< T > | inline |
| value() const | nndeploy::base::Maybe< T > | inline |
| ~Maybe() | nndeploy::base::Maybe< T > | inlinevirtual |