[#bsl-is_trivially_copyable-03] = xref:bsl.adoc[bsl]::xref:bsl/is_trivially_copyable-044.adoc[is_trivially_copyable]<t_TYPE const volatile> :relfileprefix: ../ :mrdocs: This partial specialization ensures that const‐volatile‐qualified types have the same result as their element type. == Synopsis Declared in `<bslmf_istriviallycopyable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct xref:bsl/is_trivially_copyable-044.adoc[is_trivially_copyable]<t_TYPE const volatile> : is_trivially_copyable<t_TYPE>::type ---- == Base Classes [cols="1,4"] |=== | Name| Description | `is_trivially_copyable<t_TYPE>::type` | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#