is_bounded_array_v#
Fully qualified name: carb::cpp::is_bounded_array_v
Defined in carb/cpp/TypeTraits.h
-
template<class T>
constexpr bool carb::cpp::is_bounded_array_v = is_bounded_array<T>::value# Alias for the value member of the
is_bounded_array
template.