omni::graph::core::ogn::is_array< array< T > >

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

Inheritance Relationships

Base Type

  • public std::true_type

template<class T>
struct is_array<array<T>> : public std::true_type

Trait indicating that mutable templated types are array types.

Template Parameters

T – Class type to check for being an array