#include "di/container/concepts/indirectly_readable.h"
#include "di/container/meta/iterator_reference.h"
#include "di/container/meta/iterator_value.h"
#include "di/meta/common.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::meta |
Typedefs | |
template<concepts::IndirectlyReadable T> | |
using | di::meta::IteratorCommonReference = meta::CommonReference<meta::IteratorReference<T>, meta::IteratorValue<T>&> |