My Project
|
This is the complete list of members for bsl::result< T, E >, including all inherited members.
errc(E const &fallback=E{}) const noexcept | bsl::result< T, E > | inline |
failure() const noexcept | bsl::result< T, E > | inline |
get_if() &noexcept | bsl::result< T, E > | inline |
get_if() &&noexcept=delete | bsl::result< T, E > | |
get_if() const &noexcept | bsl::result< T, E > | inline |
get_if() const &&noexcept=delete | bsl::result< T, E > | |
m_e | bsl::result< T, E > | |
m_t | bsl::result< T, E > | |
operator!=(result< T, E > const &lhs, result< T, E > const &rhs) noexcept | bsl::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) noexcept | bsl::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()) noexcept | bsl::result< T, E > | inline |
result(E &&e, sloc_type const &sloc=here()) noexcept | bsl::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=delete | bsl::result< T, E > | |
success() const noexcept | bsl::result< T, E > | inline |
type typedef | bsl::result< T, E > | |
~result() noexcept(is_nothrow_destructible< T >::value) | bsl::result< T, E > | inline |