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