tenno 0.1.0
Loading...
Searching...
No Matches
tenno::unexpected< E > Class Template Reference

An unexpected value. More...

#include <expected.hpp>

Public Member Functions

constexpr unexpected ()
 
constexpr unexpected (const E unex_in)
 

Data Fields

const E unex
 

Detailed Description

template<typename E>
class tenno::unexpected< E >

An unexpected value.

Template Parameters
EThe type of the unexpected value

Definition at line 19 of file expected.hpp.

Constructor & Destructor Documentation

◆ unexpected() [1/2]

template<typename E >
tenno::unexpected< E >::unexpected ( )
inlineconstexpr

Definition at line 23 of file expected.hpp.

◆ unexpected() [2/2]

template<typename E >
tenno::unexpected< E >::unexpected ( const E unex_in)
inlineconstexpr

Definition at line 26 of file expected.hpp.

Field Documentation

◆ unex

template<typename E >
const E tenno::unexpected< E >::unex

Definition at line 22 of file expected.hpp.


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