Iros
 
Loading...
Searching...
No Matches
unexpect.h
Go to the documentation of this file.
1#pragma once
2
3namespace di::types {
4struct Unexpect {
5 constexpr explicit Unexpect() = default;
6};
7
8constexpr inline auto unexpect = Unexpect {};
9}
10
11namespace di {
12using types::unexpect;
13}
Definition method.h:5
constexpr auto unexpect
Definition unexpect.h:8
Definition zstring_parser.h:9
Definition unexpect.h:4
constexpr Unexpect()=default