![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QH2Expected< T, Err >, including all inherited members.
clear() noexcept | QH2Expected< T, Err > | inline |
error() const | QH2Expected< T, Err > | inline |
has_error() const noexcept | QH2Expected< T, Err > | inline |
has_value() const noexcept | QH2Expected< T, Err > | inline |
ok() const noexcept | QH2Expected< T, Err > | inline |
operator=(T &&value) | QH2Expected< T, Err > | inline |
operator=(const T &value) | QH2Expected< T, Err > | inline |
operator=(Err &&error) | QH2Expected< T, Err > | inline |
operator=(const Err &error) | QH2Expected< T, Err > | inline |
QH2Expected(T &&value) | QH2Expected< T, Err > | inline |
QH2Expected(const T &value) | QH2Expected< T, Err > | inline |
QH2Expected(Err &&error) | QH2Expected< T, Err > | inline |
QH2Expected(const Err &error) | QH2Expected< T, Err > | inline |
unwrap() const | QH2Expected< T, Err > | inline |