CXXIter 0.2
|
Trait, that extends iterators for which an exact length is known. More...
#include <Traits.h>
Static Public Member Functions | |
static constexpr size_t | size (const typename trait::Iterator< T >::Self &self)=delete |
Get the iterator's exact number of elements. More... | |
Trait, that extends iterators for which an exact length is known.
|
inlinestaticconstexprdelete |
Get the iterator's exact number of elements.
self | Reference to the instance of the class for which trait::ExactSizeIterator is being specialized. |