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
Name |
Description |
Metafunction representing the boolean constant |
Created with MrDocs