Iros
 
Loading...
Searching...
No Matches
const_sentinel.h
Go to the documentation of this file.
1#pragma once
2
5#include "di/meta/core.h"
6
7namespace di::meta {
8namespace detail {
9 template<typename Sent>
11
12 template<concepts::InputIterator Iter>
13 struct ConstSentinelHelper<Iter> : TypeConstant<container::ConstIteratorImpl<Iter>> {};
14}
15
16template<typename Sent>
18}
Definition const_sentinel.h:8
Definition merge_interfaces.h:6
detail::ConstSentinelHelper< Sent >::Type ConstSentinel
Definition const_sentinel.h:17
Definition core.h:18
Sent Type
Definition core.h:19
Definition const_sentinel.h:10