![]() |
aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
|
This is the complete list of members for gum::optional_ref< T >, including all inherited members.
| _ptr_ | gum::optional_ref< T > | private |
| has_value() const noexcept | gum::optional_ref< T > | |
| operator bool() const noexcept | gum::optional_ref< T > | explicit |
| operator*() const | gum::optional_ref< T > | |
| operator->() const noexcept | gum::optional_ref< T > | |
| optional_ref() noexcept=default | gum::optional_ref< T > | |
| optional_ref(std::nullopt_t) noexcept | gum::optional_ref< T > | |
| optional_ref(T &ref) noexcept | gum::optional_ref< T > | |
| optional_ref(T &&)=delete | gum::optional_ref< T > | |
| value() const | gum::optional_ref< T > |