|
YACLib
C++ library for concurrent tasks execution
|
Default error. More...
#include <result.hpp>
Public Member Functions | |
| constexpr | StopError (StopTag) noexcept |
| constexpr | StopError (StopError &&) noexcept=default |
| constexpr | StopError (const StopError &) noexcept=default |
| constexpr StopError & | operator= (StopError &&) noexcept=default |
| constexpr StopError & | operator= (const StopError &) noexcept=default |
Static Public Member Functions | |
| static const char * | What () noexcept |
Default error.
Definition at line 26 of file result.hpp.
Definition at line 27 of file result.hpp.
Definition at line 34 of file result.hpp.