TPIE

2362a60
tpie::is_simple_iterator< T > Class Template Reference

Checks if an iterator is simple. More...

#include <tpie/is_simple_iterator.h>

Static Public Attributes

static bool const value =sizeof(magic<T>((T*)0))==sizeof(char)
 

Detailed Description

template<typename T>
class tpie::is_simple_iterator< T >

Checks if an iterator is simple.

An iterator is simple if it is a random access iterator and all elements in a range from a to b are located from &(*a) to &(*b)

Definition at line 36 of file is_simple_iterator.h.


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