Bitcoin Core
31.1.0
P2P Digital Currency
Toggle main menu visibility
Loading...
Searching...
No Matches
util
Expected
util::Expected< T, E > Member List
This is the complete list of members for
util::Expected< T, E >
, including all inherited members.
error
() const &noexcept LIFETIMEBOUND
util::Expected< T, E >
inline
error
() &noexcept LIFETIMEBOUND
util::Expected< T, E >
inline
error
() &&noexcept LIFETIMEBOUND
util::Expected< T, E >
inline
Expected
()
util::Expected< T, E >
inline
Expected
(T v)
util::Expected< T, E >
inline
Expected
(Unexpected< Err > u)
util::Expected< T, E >
inline
has_value
() const noexcept
util::Expected< T, E >
inline
m_data
util::Expected< T, E >
private
operator bool
() const noexcept
util::Expected< T, E >
inline
explicit
operator*
() &noexcept LIFETIMEBOUND
util::Expected< T, E >
inline
operator*
() const &noexcept LIFETIMEBOUND
util::Expected< T, E >
inline
operator*
() &&noexcept LIFETIMEBOUND
util::Expected< T, E >
inline
operator->
() noexcept LIFETIMEBOUND
util::Expected< T, E >
inline
operator->
() const noexcept LIFETIMEBOUND
util::Expected< T, E >
inline
swap
(Expected &other) noexcept
util::Expected< T, E >
inline
value
() const &LIFETIMEBOUND
util::Expected< T, E >
inline
value
() &LIFETIMEBOUND
util::Expected< T, E >
inline
value
() &&LIFETIMEBOUND
util::Expected< T, E >
inline
value_or
(U &&default_value) const &
util::Expected< T, E >
inline
value_or
(U &&default_value) &&
util::Expected< T, E >
inline
Generated on
for Bitcoin Core by
1.17.0