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

Trait indicating MemFn is always bitwise-moveable.

Synopsis

Declared in <bdlf_memfn.h>

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

Description

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.

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.