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

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

+ Inheritance diagram for constant_range< T >:

Detailed Description

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

The constant_range concept is a refinement of range for which ranges::begin returns a constant iterator.

See also
std::ranges::viewable_range

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