YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::ResultError< Error > Member List

This is the complete list of members for yaclib::ResultError< Error >, including all inherited members.

Get() &noexceptyaclib::ResultError< Error >inline
Get() const &noexceptyaclib::ResultError< Error >inline
operator=(ResultError &&) noexcept(std::is_nothrow_move_assignable_v< Error >)=defaultyaclib::ResultError< Error >
operator=(const ResultError &) noexcept(std::is_nothrow_copy_assignable_v< Error >)=defaultyaclib::ResultError< Error >
ResultError(ResultError &&) noexcept(std::is_nothrow_move_constructible_v< Error >)=defaultyaclib::ResultError< Error >
ResultError(const ResultError &) noexcept(std::is_nothrow_copy_constructible_v< Error >)=defaultyaclib::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 finalyaclib::ResultError< Error >inline