This bitwise moveable trait is redundant as it is already implied by the bslmf::IsBitwiseCopyable trait below. We retain this definition, however, as it can potentially save a level of template instantiation.
Declared in <bdlf_memfn.h>
template<class PROTOTYPE>
struct IsBitwiseMoveable<bdlf::MemFn<PROTOTYPE>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |