|
Furrent
|


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... | |
1.8.17