VCCC  2024.05
VisualCamp Common C++ library
range_difference_t.hpp File Reference

Go to the source code of this file.

Classes

struct  range_difference< R >
 

Namespaces

 vccc
 
 vccc::ranges
 

Typedefs

template<typename R >
using range_difference_t = typename range_difference< R >::type
 Used to obtain the difference type of the iterator type of range type R. More...