is_array< base_array< T, HandleType > >#

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

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