This struct template implements the is_bounded_array meta‐function defined in the C++20 standard [meta.unary.cat]to determine if the (template parameter) t_TYPE is an array type of known bound. This struct derives from bsl::true_type if the t_TYPE is an array type of known bound, and bsl::false_type otherwise.
Synopsis
Declared in <bslmf_isarray.h>
template<class t_TYPE>
struct is_bounded_array
: false_type
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Specializations
Name |
Description |
This specialization of |
Created with MrDocs