xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::core::IsCountingIterator< Type > Struct Template Reference

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

#include <core/CountingIterator.hpp>

Related Symbols

(Note that these are not member symbols.)

template<typename Type >
constexpr bool kIsCountingIterator
 Determines if a type is a specialization of CountingIterator.
 

Detailed Description

template<typename Type>
struct xentara::utils::core::IsCountingIterator< Type >

Determines if a type is a specialization of CountingIterator.

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

Friends And Related Symbol Documentation

◆ kIsCountingIterator

template<typename Type >
template<typename Type >
constexpr bool kIsCountingIterator
related

Determines if a type is a specialization of CountingIterator.

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