VCCC  2024.05
VisualCamp Common C++ library
sized_range< T > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__ranges/sized_range.hpp>

+ Inheritance diagram for sized_range< T >:

Detailed Description

template<typename T>
struct vccc::ranges::sized_range< T >

The sized_range concept specifies the requirements of a ranges::range type that knows its size in constant time with the ranges::size function.


The documentation for this struct was generated from the following file: