[#bsl-is_trivially_copyable-0a6] = xref:bsl.adoc[bsl]::xref:bsl/is_trivially_copyable-044.adoc[is_trivially_copyable]<xref:bsl/type_index.adoc[type_index]> :relfileprefix: ../ :mrdocs: This template specialization for `is_trivially_copyable` indicates that `type_index` is a trivially copyable type. Note that this explicit specialization is needed only for C++98/03 compilers, as the C++11 trait will implicitly deduce triviality. == Synopsis Declared in `<bslstl_typeindex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:bsl/is_trivially_copyable-044.adoc[is_trivially_copyable]<xref:bsl/type_index.adoc[type_index]> : xref:bsl/true_type.adoc[true_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/true_type.adoc[true_type]` | Metafunction representing the boolean constant `true`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#