Iros
Loading...
Searching...
No Matches
elements_of.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/container/concepts/container.h
"
4
5
namespace
di::types
{
6
template
<concepts::Container Con>
7
struct
ElementsOf
{
8
[[no_unique_address]] Con
container
;
9
};
10
11
template
<
typename
Con>
12
ElementsOf
(Con&&) ->
ElementsOf<Con&&>
;
13
}
14
15
namespace
di
{
16
using
types::ElementsOf
;
17
}
container.h
di::types
Definition
method.h:5
di::types::ElementsOf
ElementsOf(Con &&) -> ElementsOf< Con && >
di
Definition
zstring_parser.h:9
di::types::ElementsOf
Definition
elements_of.h:7
di::types::ElementsOf::container
Con container
Definition
elements_of.h:8
libs
di
include
di
container
types
elements_of.h
Generated by
1.13.0