This partial specialization optimizes away a number of nested template instantiations to ensure that rvalue reference types are never bitwise copyable.
Declared in <bslmf_isbitwisecopyable.h>
template<class t_TYPE>
struct IsBitwiseCopyable<t_TYPE&&>
: bsl::false_type
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |