Furrent
Classes | Namespaces | Typedefs
result.hpp File Reference
#include <variant>
#include <util/result.inl>
Include dependency graph for result.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fur::util::Result< R, E >
 Used to handle errors without using exceptions. More...
 
struct  fur::util::Empty
 

Namespaces

 fur
 Common types used in all the project.
 
 fur::util
 

Typedefs

template<typename E >
using fur::util::Outcome = Result< Empty, E >
 The same as Result except there's no useful value to wrap. This is wo work around the fact that Result<void, ...> is invalid. More...
 

Detailed Description

Author
Filippo Ziche
Version
0.1
Date
2022-09-02