CsCrypto  1.0.1
util::error< E > Class Template Reference

Public Member Functions

explicit constexpr error (const E &err) noexcept
 
explicit constexpr error (E &&err) noexcept
 
constexpr error (const error< E > &)=default noexcept
 
constexpr error< E > & operator= (const error< E > &)=default & noexcept
 
constexpr error (error< E > &&)=default noexcept
 
constexpr error< E > & operator= (error< E > &&)=default & noexcept
 
constexpr const E & value () & noexcept
 
constexpr const E & value () const & noexcept
 
constexpr E && value () && noexcept
 

Private Attributes

m_error
 

Detailed Description

template<typename E>
class util::error< E >

Definition at line 29 of file result.h.