![]() |
Qt 6.x
The Qt SDK
|
#include <qmultimediautils_p.h>
Collaboration diagram for QMaybe< Value, Error >:Public Member Functions | |
| QMaybe (const Value &v) | |
| QMaybe (Value &&v) | |
| QMaybe (const Error &error) | |
| template<class... Args> | |
| QMaybe (QUnexpect, Args &&...args) | |
| constexpr | operator bool () const noexcept |
| constexpr Value & | value () |
| constexpr const Value & | value () const |
| constexpr Value * | operator-> () noexcept |
| constexpr const Value * | operator-> () const noexcept |
| constexpr Value & | operator* () &noexcept |
| constexpr const Value & | operator* () const &noexcept |
| constexpr const Error & | error () const |
Definition at line 33 of file qmultimediautils_p.h.
|
inline |
Definition at line 36 of file qmultimediautils_p.h.
|
inline |
Definition at line 45 of file qmultimediautils_p.h.
|
inline |
Definition at line 54 of file qmultimediautils_p.h.
|
inline |
Definition at line 57 of file qmultimediautils_p.h.
References Error.
|
inlineconstexpr |
Definition at line 83 of file qmultimediautils_p.h.
|
inlineexplicitconstexprnoexcept |
Definition at line 63 of file qmultimediautils_p.h.
|
inlineconstexprnoexcept |
Definition at line 80 of file qmultimediautils_p.h.
References QMaybe< Value, Error >::value().
Here is the call graph for this function:
|
inlineconstexprnoexcept |
Definition at line 81 of file qmultimediautils_p.h.
References QMaybe< Value, Error >::value().
Here is the call graph for this function:
|
inlineconstexprnoexcept |
Definition at line 78 of file qmultimediautils_p.h.
References QMaybe< Value, Error >::value().
Here is the call graph for this function:
|
inlineconstexprnoexcept |
Definition at line 77 of file qmultimediautils_p.h.
References QMaybe< Value, Error >::value().
Here is the call graph for this function:
|
inlineconstexpr |
Definition at line 65 of file qmultimediautils_p.h.
References Q_ASSERT.
Referenced by QMaybe< Value, Error >::operator*(), QMaybe< Value, Error >::operator*(), QMaybe< Value, Error >::operator->(), and QMaybe< Value, Error >::operator->().
Here is the caller graph for this function:
|
inlineconstexpr |
Definition at line 71 of file qmultimediautils_p.h.
References Q_ASSERT.