YACLib
C++ library for concurrent tasks execution
|
This is the complete list of members for yaclib::ResultError< Error >, including all inherited members.
Get() &noexcept | yaclib::ResultError< Error > | inline |
Get() const &noexcept | yaclib::ResultError< Error > | inline |
operator=(ResultError &&) noexcept(std::is_nothrow_move_assignable_v< Error >)=default | yaclib::ResultError< Error > | |
operator=(const ResultError &) noexcept(std::is_nothrow_copy_assignable_v< Error >)=default | yaclib::ResultError< Error > | |
ResultError(ResultError &&) noexcept(std::is_nothrow_move_constructible_v< Error >)=default | yaclib::ResultError< Error > | |
ResultError(const ResultError &) noexcept(std::is_nothrow_copy_constructible_v< Error >)=default | yaclib::ResultError< Error > | |
ResultError(Error &&error) noexcept(std::is_nothrow_move_constructible_v< Error >) | yaclib::ResultError< Error > | inlineexplicit |
ResultError(const Error &error) noexcept(std::is_nothrow_copy_constructible_v< Error >) | yaclib::ResultError< Error > | inlineexplicit |
what() const noexcept final | yaclib::ResultError< Error > | inline |