tvm
|
Helper struct for type-checking. More...
#include <array.h>
Helper struct for type-checking.
is_valid_iterator<T,IterType>::value will be true if IterType can be dereferenced into a type that can be stored in an Array<T>, and false otherwise.