This template specialization for IsBitwiseMoveable indicates that BitArray is a bitwise movable type if vector<uint64_t> is a bitwise movable type.
Declared in <bdlc_bitarray.h>
template<>
struct IsBitwiseMoveable<bdlc::BitArray>
: IsBitwiseMoveable<bsl::vector<uint64_t>>
| Name | Description |
|---|---|
IsBitwiseMoveable<bsl::vector<uint64_t>> | Trait metafunction that determines whether the specified parameter t_TYPE is bitwise moveable. If IsBitwiseMoveable<t_TYPE> is derived from bsl::true_type then t_TYPE is bitwise moveable. Otherwise, bitwise moveability cannot be inferred for t_TYPE. This trait can be associated with a bitwise moveable user-defined class by specializing this class or by using the BSLMF_NESTED_TRAIT_DECLARATION macro. |