JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches
JKQTPExpected< T, E > Member List

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

error() constJKQTPExpected< T, E >inline
has_value() constJKQTPExpected< T, E >inline
JKQTPExpected()=deleteJKQTPExpected< T, E >
JKQTPExpected(const T &value_)JKQTPExpected< T, E >inline
JKQTPExpected(const JKQTPExpected< T, E > &other)=defaultJKQTPExpected< T, E >
JKQTPExpected(JKQTPExpectedUnexpectedType, const E &error_)JKQTPExpected< T, E >inline
m_errorJKQTPExpected< T, E >private
m_hasValueJKQTPExpected< T, E >private
m_valueJKQTPExpected< T, E >private
operator bool() constJKQTPExpected< T, E >inline
value() constJKQTPExpected< T, E >inline