Synopsis
Declared in <bslstl_hashtable.h>
template<
class KEY_CONFIG,
class HASHER,
class COMPARATOR,
class ALLOCATOR>
struct IsBitwiseMoveable<bslstl::HashTable<KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR>>
: bsl::integral_constant<bool, bslmf::IsBitwiseMoveable<HASHER>::value && bslmf::IsBitwiseMoveable<COMPARATOR>::value && bslmf::IsBitwiseMoveable<ALLOCATOR>::value>
Base Classes
Name |
Description |
Metafunction representing a compile‐time constant of the specified (template parameter) |
Type Aliases
Name |
Description |
Alias for this |
|
Member Functions
Name |
Description |
Return a copy of the template argument |
|