BRICKS
Small, useful blocks of code, to build bigger things.
Loading...
Searching...
No Matches
bricks::is_iterator< T > Struct Template Reference

Checks if a type is an iterator. More...

#include <type_traits.hpp>

Detailed Description

template<typename T>
struct bricks::is_iterator< T >

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.

Template Parameters
TThe type to check.

The documentation for this struct was generated from the following file: