purify
C++ Purify implementation with native circuit and BPP support
Loading...
Searching...
No Matches
expected.hpp File Reference

Stable public expected-style types used by Purify. More...

#include <exception>
#include <memory>
#include <new>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Data Structures

struct  purify::unexpect_t
 
class  purify::bad_expected_access< E >
 
class  purify::Unexpected< E >
 
class  purify::Expected< T, E >
 Purify result carrier that either holds a value or an error. More...
 
class  purify::Expected< void, E >
 

Namespaces

namespace  purify
 

Variables

constexpr unexpect_t purify::unexpect {}