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

Name

Description

bsl::true_type

Metafunction representing the boolean constant true.

Created with MrDocs