Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QH2Expected< T, Err > Member List

This is the complete list of members for QH2Expected< T, Err >, including all inherited members.

clear() noexceptQH2Expected< T, Err >inline
error() constQH2Expected< T, Err >inline
has_error() const noexceptQH2Expected< T, Err >inline
has_value() const noexceptQH2Expected< T, Err >inline
ok() const noexceptQH2Expected< 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() constQH2Expected< T, Err >inline