VCCC  2024.05
VisualCamp Common C++ library
sized_sentinel_for< S, I > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__iterator/sized_sentinel_for.hpp>

+ Inheritance diagram for sized_sentinel_for< S, I >:

Detailed Description

template<typename S, typename I>
struct vccc::sized_sentinel_for< S, I >

The sized_sentinel_for concept specifies that an object of the iterator type I and an object of the sentinel type S can be subtracted to compute the distance between them in constant time.

See also
std::sized_sentinel_for
ranges::sized_range
ranges::size

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