ecor
Loading...
Searching...
No Matches
ecor::with_error< E > Struct Template Reference

Thin wrapper over error value, used to tag value as an error for ecor library. More...

#include <ecor.hpp>

Public Types

using type = std::remove_cvref_t< E >
 

Public Member Functions

 with_error (E e)
 

Public Attributes

error
 

Detailed Description

template<typename E>
struct ecor::with_error< E >

Thin wrapper over error value, used to tag value as an error for ecor library.


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