YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::StopError Struct Referencefinal

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 StopErroroperator= (StopError &&) noexcept=default
 
constexpr StopErroroperator= (const StopError &) noexcept=default
 

Static Public Member Functions

static const char * What () noexcept
 

Detailed Description

Default error.

Definition at line 26 of file result.hpp.

Constructor & Destructor Documentation

◆ StopError() [1/3]

constexpr yaclib::StopError::StopError ( StopTag  )
inlineconstexprnoexcept

Definition at line 27 of file result.hpp.

◆ StopError() [2/3]

constexpr yaclib::StopError::StopError ( StopError &&  )
constexprdefaultnoexcept

◆ StopError() [3/3]

constexpr yaclib::StopError::StopError ( const StopError )
constexprdefaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

constexpr StopError & yaclib::StopError::operator= ( const StopError )
constexprdefaultnoexcept

◆ operator=() [2/2]

constexpr StopError & yaclib::StopError::operator= ( StopError &&  )
constexprdefaultnoexcept

◆ What()

static const char * yaclib::StopError::What ( )
inlinestaticnoexcept

Definition at line 34 of file result.hpp.


The documentation for this struct was generated from the following file: