![]() |
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 | |
bad_expected_access (E e) | |
virtual const char * | what () const noexcept override |
const E & | error () const & |
E & | error () & |
const E && | error () const && |
E && | error () && |
Definition at line 1285 of file qexpected_p.h.
|
inlineexplicit |
Definition at line 1287 of file qexpected_p.h.
|
inline |
Definition at line 1294 of file qexpected_p.h.
|
inline |
Definition at line 1296 of file qexpected_p.h.
|
inline |
Definition at line 1293 of file qexpected_p.h.
|
inline |
Definition at line 1295 of file qexpected_p.h.
|
inlineoverridevirtualnoexcept |
Definition at line 1289 of file qexpected_p.h.