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

Trait indicating MemFn is always bitwise-copyable.

Synopsis

Declared in <bdlf_memfn.h>

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

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.