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