Iros
 
Loading...
Searching...
No Matches
iterator_value.h
Go to the documentation of this file.
1#pragma once
2
4#include "di/meta/core.h"
5
6namespace di::meta {
7template<typename T>
9}
constexpr struct di::container::IteratorValueFunction iterator_value
Definition merge_interfaces.h:6
T::Type Type
Definition core.h:26
RemoveCV< RemoveReference< T > > RemoveCVRef
Definition core.h:74
meta::Type< decltype(container::iterator_value(types::in_place_type< meta::RemoveCVRef< T > >))> IteratorValue
Definition iterator_value.h:8
constexpr auto in_place_type
Definition in_place_type.h:12