is_unbounded_array#

Fully qualified name: carb::cpp::is_unbounded_array

Defined in carb/cpp/TypeTraits.h

template<class T>
struct is_unbounded_array : public std::false_type#

Checks whether T is an array of unknown bounds.