BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslmf::IsCopyConstructible_Imp< t_TYPE > Struct Template Reference

#include <bslmf_iscopyconstructible.h>

Inheritance diagram for bslmf::IsCopyConstructible_Imp< t_TYPE >:
bsl::integral_constant< bool, bslmf::IsBitwiseCopyable< t_TYPE >::value||bsl::is_reference< t_TYPE >::value||!(bsl::is_volatile< t_TYPE >::value||bsl::is_function< t_TYPE >::value)>

Detailed Description

template<class t_TYPE>
struct bslmf::IsCopyConstructible_Imp< t_TYPE >

This struct template implements a meta-function to determine whether the (non-cv-qualified) (template parameter) t_TYPE has a copy constructor.

Additional Inherited Members

- Public Types inherited from bsl::integral_constant< bool, bslmf::IsBitwiseCopyable< t_TYPE >::value||bsl::is_reference< t_TYPE >::value||!(bsl::is_volatile< t_TYPE >::value||bsl::is_function< t_TYPE >::value)>
typedef bool value_type
 
typedef integral_constant type
 
- Public Member Functions inherited from bsl::integral_constant< bool, bslmf::IsBitwiseCopyable< t_TYPE >::value||bsl::is_reference< t_TYPE >::value||!(bsl::is_volatile< t_TYPE >::value||bsl::is_function< t_TYPE >::value)>
 integral_constant ()=default
 
 integral_constant (const integral_constant &)=default
 
integral_constant operator= (const integral_constant &)=default
 
 ~integral_constant ()=default
 
 operator value_type () const
 
value_type operator() () const
 
- Static Public Attributes inherited from bsl::integral_constant< bool, bslmf::IsBitwiseCopyable< t_TYPE >::value||bsl::is_reference< t_TYPE >::value||!(bsl::is_volatile< t_TYPE >::value||bsl::is_function< t_TYPE >::value)>
static const bool value
 

The documentation for this struct was generated from the following file: