This partial specialization ensures that const-volatile-qualified array-of-unknown-bound types have the same result as their element type.
Declared in <bslmf_istriviallydefaultconstructible.h>
template<class t_TYPE>
struct is_trivially_default_constructible<t_TYPE const volatile[]>
: is_trivially_default_constructible<t_TYPE>::type
| Name | Description |
|---|---|
is_trivially_default_constructible<t_TYPE>::type |