xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::core::CountingIteratorType Concept Reference

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

#include <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