omni::graph::core::ogn::is_array< base_array< T, HandleType > >

Defined in omni/graph/core/ogn/array.h

Inheritance Relationships

Base Type

  • public std::true_type

template<class T, typename HandleType>
struct is_array<base_array<T, HandleType>> : public std::true_type

Trait indicating that specific templated types are array types.

Template Parameters
  • T – Class type to check for being an array

  • HandleType – Attribute data handle type for the array