folly::is_unbounded_array_v

is_unbounded_array_v is_unbounded_array

Synopsis

Declared in <folly/Traits.h>

template<typename T>
inline constexpr bool is_unbounded_array_v = false;

Description

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)