#include "di/container/concepts/container.h"#include "di/container/meta/container_iterator.h"#include "di/container/meta/iterator_const_reference.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::meta |
Typedefs | |
| template<concepts::Container Con> | |
| using | di::meta::ContainerConstReference = IteratorConstReference<ContainerIterator<Con>> |