![]() |
BRICKS
Small, useful blocks of code, to build bigger things.
|
Checks if a type is an iterator. More...
#include <type_traits.hpp>
Checks if a type is an iterator.
Provides member constant value
which is true
if the type is an iterator, otherwise value is equal to false
.
T | The type to check. |