|
JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers — header-only, RTTI-free, and concurrency-friendly.
|
This is the complete list of members for jh::pod::optional< T >, including all inherited members.
| clear() noexcept | jh::pod::optional< T > | inline |
| empty() const noexcept | jh::pod::optional< T > | inline |
| get() noexcept | jh::pod::optional< T > | inline |
| get() const noexcept | jh::pod::optional< T > | inline |
| has() const noexcept | jh::pod::optional< T > | inline |
| has_value | jh::pod::optional< T > | |
| operator==(const optional &rhs) const noexcept | jh::pod::optional< T > | inline |
| optional() noexcept=default | jh::pod::optional< T > | |
| ref() noexcept | jh::pod::optional< T > | inline |
| ref() const noexcept | jh::pod::optional< T > | inline |
| storage | jh::pod::optional< T > | |
| store(const T &value) noexcept | jh::pod::optional< T > | inline |
| value_or(T fallback) const noexcept | jh::pod::optional< T > | inline |
| value_type typedef | jh::pod::optional< T > |