VCCC  2024.05
VisualCamp Common C++ library
const_iterator_t.hpp File Reference
#include <type_traits>
#include "vccc/__ranges/cbegin.hpp"
#include "vccc/__ranges/range.hpp"
#include "vccc/__type_traits/void_t.hpp"

Go to the source code of this file.

Classes

struct  const_iterator< T >
 

Namespaces

 vccc
 
 vccc::ranges
 

Typedefs

template<typename T >
using const_iterator_t = typename const_iterator< T >::type