Trait indicating MemFnInstance is bitwise-moveable if INSTANCE is.
Declared in <bdlf_memfn.h>
template<
class PROTOTYPE,
class INSTANCE>
struct IsBitwiseMoveable<bdlf::MemFnInstance<PROTOTYPE, INSTANCE>>
: IsBitwiseMoveable<INSTANCE>
| Name | Description |
|---|---|
IsBitwiseMoveable<INSTANCE> | This struct template implements a meta-function to determine whether the (template parameter) t_TYPE is bitwise moveable. |