Support Class Library
A set of tools providing classes and utility
|
Iterator concept, a type is an iterator if it is copyable, destructible, swappable, has well-defined iterator_traits and can be incremented and dereferenced. More...
#include "Iterator.h"
Public Member Functions | |
constexpr | operator bool () const |
Iterator concept, a type is an iterator if it is copyable, destructible, swappable, has well-defined iterator_traits and can be incremented and dereferenced.
T | being the type to check against |
Definition at line 22 of file Iterator.h.
|
inline |
Definition at line 23 of file Iterator.h.