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