bsl::is_trivially_copyable<hash<TYPE>>

This template specialization for is_trivially_copyable indicates that hash<TYPE> is a trivially copyable type.

Synopsis

Declared in <bslstl_hash.h>

template<class TYPE>
struct is_trivially_copyable<hash<TYPE>>
    : bsl::true_type

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.