BloombergLP::bslmf::IsBitwiseMoveable<bdlf::MemFnInstance<PROTOTYPE, INSTANCE>>

Trait indicating MemFnInstance is bitwise-moveable if INSTANCE is.

Synopsis

Declared in <bdlf_memfn.h>

template<
    class PROTOTYPE,
    class INSTANCE>
struct IsBitwiseMoveable<bdlf::MemFnInstance<PROTOTYPE, INSTANCE>>
    : IsBitwiseMoveable<INSTANCE>

Base Classes

NameDescription
IsBitwiseMoveable<INSTANCE>This struct template implements a meta-function to determine whether the (template parameter) t_TYPE is bitwise moveable.