VCCC  2024.05
VisualCamp Common C++ library
range_size_t.hpp File Reference
#include <type_traits>
#include "vccc/__ranges/size.hpp"
#include "vccc/__ranges/sized_range.hpp"

Go to the source code of this file.

Classes

struct  range_size< R >
 

Namespaces

 vccc
 
 vccc::ranges
 

Typedefs

template<typename R >
using range_size_t = typename range_size< R >::type
 Used to obtain the size type of the sized_range type R. More...