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

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

Inheritance Relationships

Base Type

  • public std::true_type

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

Trait indicating that constant templated types are array types.

Template Parameters

T – Class type to check for being an array