is_bounded_array< T[N]># Fully qualified name: carb::cpp::is_bounded_array< T[N]> Defined in carb/cpp/TypeTraits.h template<class T, std::size_t N>struct is_bounded_array<T[N]> : public std::true_type# Checks whether T is an array of known bounds.