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