is_array#

Fully qualified name: omni::graph::core::ogn::is_array

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