A specialization of is_bounded_array_v for bounded array types.
Synopsis
Declared in <folly/Traits.h>
template<
typename T,
std::size_t S>
inline constexpr bool is_bounded_array_v = true;
Created with MrDocs