Synopsis
Declared in <bslstl_pair.h>
template<
class T1,
class T2>
struct IsBitwiseCopyable<bsl::pair<T1, T2>>
: bsl::integral_constant<bool, IsBitwiseCopyable<T1>::value && IsBitwiseCopyable<T2>::value>
Base Classes
Name |
Description |
Metafunction representing a compile‐time constant of the specified (template parameter) |
Type Aliases
Name |
Description |
Alias for this |
|
Member Functions
Name |
Description |
Return a copy of the template argument |
|