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