BloombergLP::bslmf::IsBitwiseCopyable<t_TYPE&&>

This partial specialization optimizes away a number of nested template instantiations to ensure that rvalue reference types are never bitwise copyable.

Synopsis

Declared in <bslmf_isbitwisecopyable.h>

template<class t_TYPE>
struct IsBitwiseCopyable<t_TYPE&&>
    : bsl::false_type

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.