xentara-utils v2.0.1
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::core::CountingIteratorType Concept Reference

Determines if a type is a specialization of CountingIterator. More...

#include <xentara/utils/core/CountingIterator.hpp>

Concept definition

template<typename Type>
concept xentara::utils::core::CountingIteratorType = kIsCountingIterator<Type>
Determines if a type is a specialization of CountingIterator.
Definition CountingIterator.hpp:199

Detailed Description

Determines if a type is a specialization of CountingIterator.

This concept can be used to optimize algorithms based on the fact that counting iterators discard the values written