VCCC  2024.05
VisualCamp Common C++ library
iterator_t.hpp File Reference
#include <type_traits>
#include "vccc/__ranges/begin.hpp"
#include "vccc/__type_traits/is_referenceable.hpp"

Go to the source code of this file.

Namespaces

 vccc
 
 vccc::ranges
 

Typedefs

template<typename T >
using iterator_t = typename ranges::iterator< T >::type