This partial specialization optimizes away a number of nested template instantiations to prove that reference types are never trivially copyable.
Declared in <bslmf_istriviallycopyable.h>
template<class t_TYPE>
struct is_trivially_copyable<t_TYPE&>
: false_type
| Name | Description |
|---|---|
false_type | Metafunction representing the boolean constant false. |