VCCC  2024.05
VisualCamp Common C++ library
default_sentinel_t Struct Reference

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

Detailed Description

@breif default sentinel for use with iterators that know the bound of their range

default_sentinel_t is an empty class type used to denote the end of a range. It can be used together with iterator types that know the bound of their range (e.g., vccc::counted_iterator).


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