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

Name

Description

IsBitwiseMoveable<INSTANCE>

This struct template implements a meta‐function to determine whether the (template parameter) t_TYPE is bitwise moveable.

Created with MrDocs