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