![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qexpected_p.h>
Public Member Functions | |
unexpected ()=delete | |
constexpr | unexpected (const E &e) |
constexpr | unexpected (E &&e) |
template<class... Args, typename std::enable_if< std::is_constructible< E, Args &&... >::value >::type * = nullptr> | |
constexpr | unexpected (in_place_t, Args &&...args) |
template<class U, class... Args, typename std::enable_if< std::is_constructible< E, std::initializer_list< U > &, Args &&... >::value >::type * = nullptr> | |
constexpr | unexpected (in_place_t, std::initializer_list< U > l, Args &&...args) |
constexpr const E & | error () const & |
TL_EXPECTED_11_CONSTEXPR E & | error () & |
TL_EXPECTED_11_CONSTEXPR E && | error () && |
constexpr const E && | error () const && |
Definition at line 176 of file qexpected_p.h.
|
delete |
|
inlineexplicitconstexpr |
Definition at line 181 of file qexpected_p.h.
|
inlineexplicitconstexpr |
Definition at line 183 of file qexpected_p.h.
|
inlineexplicitconstexpr |
Definition at line 187 of file qexpected_p.h.
|
inlineexplicitconstexpr |
Definition at line 194 of file qexpected_p.h.
|
inline |
Definition at line 199 of file qexpected_p.h.
|
inline |
Definition at line 200 of file qexpected_p.h.
|
inlineconstexpr |
Definition at line 198 of file qexpected_p.h.
|
inlineconstexpr |
Definition at line 201 of file qexpected_p.h.