This template specialization for is_trivially_copyable indicates that hash<TYPE> is a trivially copyable type.
Declared in <bslstl_hash.h>
template<class TYPE>
struct is_trivially_copyable<hash<TYPE>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |