![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
@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
).