|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
This is the complete list of members for foresthub::Optional< T >, including all inherited members.
| has_value | foresthub::Optional< T > | |
| HasValue() const | foresthub::Optional< T > | inline |
| operator bool() const | foresthub::Optional< T > | inlineexplicit |
| operator*() const | foresthub::Optional< T > | inline |
| operator*() | foresthub::Optional< T > | inline |
| operator->() const | foresthub::Optional< T > | inline |
| operator->() | foresthub::Optional< T > | inline |
| operator=(const T &val) | foresthub::Optional< T > | inline |
| operator=(T &&val) | foresthub::Optional< T > | inline |
| Optional()=default | foresthub::Optional< T > | |
| Optional(const T &val) | foresthub::Optional< T > | inline |
| Optional(T &&val) | foresthub::Optional< T > | inline |
| value | foresthub::Optional< T > |