![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
This is the complete list of members for unexpected< E >, including all inherited members.
error() const &noexcept | unexpected< E > | inline |
error() &noexcept | unexpected< E > | inline |
error() const &&noexcept | unexpected< E > | inline |
error() &&noexcept | unexpected< E > | inline |
operator!=(unexpected &x, unexpected< E2 > &y) | unexpected< E > | friend |
operator=(const unexpected &)=default | unexpected< E > | |
operator=(unexpected &&)=default | unexpected< E > | |
operator==(unexpected &x, unexpected< E2 > &y) | unexpected< E > | friend |
swap(unexpected &other) noexcept(is_nothrow_swappable< E >::value) | unexpected< E > | inline |
unexpected(const unexpected &)=default | unexpected< E > | |
unexpected(unexpected &&)=default | unexpected< E > | |
unexpected(Err &&e) | unexpected< E > | inlineexplicit |
unexpected(in_place_t, Args &&... args) | unexpected< E > | inlineexplicit |
unexpected(in_place_t, std::initializer_list< U > il, Args &&... args) | unexpected< E > | inlineexplicit |