is_trivially_copyable<BloombergLP::bsls::TimeInterval> | This template specialization for is_trivially_copyable indicates that TimeInterval is a trivially copyable type. |
is_trivially_copyable<owner_equal> | |
is_trivially_copyable<owner_hash> | |
is_trivially_copyable<type_index> | 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. |
is_trivially_copyable<hash<TYPE>> | |
is_trivially_copyable<owner_less<POINTER_TYPE>> | |
is_trivially_copyable<t_TYPE volatile> | This partial specialization ensures that volatile-qualified types have the same result as their element type. |
is_trivially_copyable<t_TYPE const> | This partial specialization ensures that const-qualified types have the same result as their element type. |
is_trivially_copyable<t_TYPE const volatile> | This partial specialization ensures that const-volatile-qualified types have the same result as their element type. |
is_trivially_copyable<t_TYPE&> | This partial specialization optimizes away a number of nested template instantiations to prove that reference types are never trivially copyable. |
is_trivially_copyable<t_TYPE&&> | This partial specialization optimizes away a number of nested template instantiations to prove that reference types are never trivially copyable. |
is_trivially_copyable<t_TYPE[]> | This partial specialization ensures that array-of-unknown-bound types have the same result as their element type. |
is_trivially_copyable<t_TYPE volatile[]> | This partial specialization ensures that volatile-qualified array-of-unknown-bound types have the same result as their element type. |
is_trivially_copyable<t_TYPE const[]> | This partial specialization ensures that const-qualified array-of-unknown-bound types have the same result as their element type. |
is_trivially_copyable<t_TYPE const volatile[]> | This partial specialization ensures that const-volatile-qualified array-of-unknown-bound types have the same result as their element type. |
is_trivially_copyable<t_TYPE[]> | This partial specialization ensures that array types have the same result as their element type. |
is_trivially_copyable<t_TYPE volatile[]> | This partial specialization ensures that volatile-qualified array types have the same result as their element type. |
is_trivially_copyable<t_TYPE const[]> | This partial specialization ensures that const-qualified array types have the same result as their element type. |
is_trivially_copyable<t_TYPE const volatile[]> | This partial specialization ensures that const-volatile-qualified array types have the same result as their element type. |