Loading [MathJax]/extensions/tex2jax.js
Iros
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
expected_forward_declaration.h
Go to the documentation of this file.
1#pragma once
2
3namespace di::vocab {
4template<typename E>
5class Unexpected;
6
7template<typename T, typename E>
8class [[nodiscard]] Expected;
9}
10
11namespace di {
12using vocab::Expected;
14}
Definition expected_forward_declaration.h:8
Definition unexpected.h:14
Definition lazy.h:165
Definition zstring_parser.h:9