My Project
bsl::result< T, E > Member List

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

errc(E const &fallback=E{}) const noexceptbsl::result< T, E >inline
failure() const noexceptbsl::result< T, E >inline
get_if() &noexceptbsl::result< T, E >inline
get_if() &&noexcept=deletebsl::result< T, E >
get_if() const &noexceptbsl::result< T, E >inline
get_if() const &&noexcept=deletebsl::result< T, E >
m_ebsl::result< T, E >
m_tbsl::result< T, E >
operator!=(result< T, E > const &lhs, result< T, E > const &rhs) noexceptbsl::result< T, E >related
operator=(result const &o) &noexcept(is_nothrow_copy_constructible< T >::value &&is_nothrow_swappable< T >::value)bsl::result< T, E >inline
operator=(result &&o) &noexcept(is_nothrow_move_constructible< T >::value &&is_nothrow_swappable< T >::value)bsl::result< T, E >inline
operator==(result< T, E > const &lhs, result< T, E > const &rhs) noexceptbsl::result< T, E >related
result(T const &t) noexcept(//PRQA S 2180//NOLINT is_nothrow_copy_constructible< T >::value)bsl::result< T, E >inline
result(T &&t) noexcept(//PRQA S 2180//NOLINT is_nothrow_move_constructible< T >::value)bsl::result< T, E >inline
result(bsl::in_place_t const &ip, ARGS &&... args) noexcept(is_nothrow_constructible< T, ARGS... >::value)bsl::result< T, E >inline
result(E const &e, sloc_type const &sloc=here()) noexceptbsl::result< T, E >inline
result(E &&e, sloc_type const &sloc=here()) noexceptbsl::result< T, E >inline
result(result const &o) noexcept(//PRQA S 4285 is_nothrow_copy_constructible< T >::value)bsl::result< T, E >inline
result(result &&o) noexcept(//PRQA S 4285 is_nothrow_move_constructible< T >::value)bsl::result< T, E >inline
result(O val) noexcept=deletebsl::result< T, E >
success() const noexceptbsl::result< T, E >inline
type typedefbsl::result< T, E >
~result() noexcept(is_nothrow_destructible< T >::value)bsl::result< T, E >inline