omni::graph::core::ogn::is_array

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

Inheritance Relationships

Base Type

  • public std::false_type

template<class T>
struct is_array : public std::false_type

Default trait indicating if the class is one of our array types.

Template Parameters

T – Class type to check for being an array