Variable tvm::ffi::is_valid_iterator_v

Variable tvm::ffi::is_valid_iterator_v#

Variable Documentation#

template<typename T, typename IterType>
constexpr bool tvm::ffi::is_valid_iterator_v = is_valid_iterator<T, IterType>::value#

Check whether IterType is valid iterator for T.

Template Parameters:
  • T – The type.

  • IterType – The type of iterator.