Trait indicating MemFn is always bitwise-copyable.
Declared in <bdlf_memfn.h>
template<class PROTOTYPE>
struct IsBitwiseCopyable<bdlf::MemFn<PROTOTYPE>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |