template<class T>
nCine::IteratorTraits<T*> struct

Base iterator traits structure.

Public types

using ValueType = T
Type of the values deferenced by the iterator (never const)
using Pointer = const T*
Pointer to the type of the values deferenced by the iterator.
using Reference = const T&
Reference to the type of the values deferenced by the iterator.

Public static functions

static auto IteratorCategory() -> RandomAccessIteratorTag
Type trait for iterator category.