BloombergLP::bslmf::IsBitwiseMoveable<bdlf::MemFn<PROTOTYPE>>

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.

Synopsis

Declared in <bdlf_memfn.h>

template<class PROTOTYPE>
struct IsBitwiseMoveable<bdlf::MemFn<PROTOTYPE>>
    : bsl::true_type

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.