is_unbounded_array< T[]>#

Fully qualified name: carb::cpp::is_unbounded_array< T[]>

Defined in carb/cpp/TypeTraits.h

template<class T>
struct is_unbounded_array<T[]> : public std::true_type#

Checks whether T is an array of unknown bounds.