bsl::is_trivially_copyable<owner_hash>

This template specialization for is_trivially_copyable indicates that owner_hash is a trivially copyable type.

Synopsis

Declared in <bslstl_ownerhash.h>

template<>
struct is_trivially_copyable<owner_hash>
    : bsl::true_type

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.