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