tvm
tvm::runtime::is_valid_iterator< T, IterType > Struct Template Reference

Helper struct for type-checking. More...

#include <array.h>

Inheritance diagram for tvm::runtime::is_valid_iterator< T, IterType >:
Collaboration diagram for tvm::runtime::is_valid_iterator< T, IterType >:

Detailed Description

template<typename T, typename IterType>
struct tvm::runtime::is_valid_iterator< T, IterType >

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.


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