This partial specialization ensures that const-qualified 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>
: is_trivially_default_constructible<t_TYPE>::type
| Name | Description |
|---|---|
is_trivially_default_constructible<t_TYPE>::type |