Iros
 
Loading...
Searching...
No Matches
container_const_reference.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace di::meta {
8template<concepts::Container Con>
10}
Definition merge_interfaces.h:6
IteratorConstReference< ContainerIterator< Con > > ContainerConstReference
Definition container_const_reference.h:9
meta::CommonReference< meta::IteratorValue< Iter > const &&, meta::IteratorReference< Iter > > IteratorConstReference
Definition iterator_const_reference.h:10