is_unbounded_array_v is_unbounded_array
Declared in <folly/Traits.h>
template<typename T>
inline constexpr bool is_unbounded_array_v = false;
A trait variable and type to check if a given type is an unbounded array.
mimic: std::is_unbounded_array_d, std::is_unbounded_array (C++20)