#include "di/container/concepts/input_iterator.h"
#include "di/container/iterator/const_iterator_impl.h"
#include "di/meta/core.h"
Go to the source code of this file.
Classes | |
struct | di::meta::detail::ConstSentinelHelper< Sent > |
struct | di::meta::detail::ConstSentinelHelper< Iter > |
Namespaces | |
namespace | di |
namespace | di::meta |
namespace | di::meta::detail |
Typedefs | |
template<typename Sent> | |
using | di::meta::ConstSentinel = detail::ConstSentinelHelper<Sent>::Type |