Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces

bslmf_iscopyconstructible.h File Reference

Provide a meta-function to report if a type is copy constructible. More...

Go to the source code of this file.

Classes

struct  bslmf::IsCopyConstructible_Imp< t_TYPE >
struct  bslmf::IsCopyConstructible_Imp< void >
struct  bslmf::IsCopyConstructible_Imp< volatile void >
struct  bslmf::IsCopyConstructible_Imp< t_TYPE *volatile >
struct  bsl::is_copy_constructible< t_TYPE >
struct  bsl::is_copy_constructible< const t_TYPE >
struct  bsl::is_copy_constructible< t_TYPE[t_LEN]>
struct  bsl::is_copy_constructible< const t_TYPE[t_LEN]>
struct  bsl::is_copy_constructible< volatile t_TYPE[t_LEN]>
struct  bsl::is_copy_constructible< const volatile t_TYPE[t_LEN]>
struct  bsl::is_copy_constructible< t_TYPE[]>
struct  bsl::is_copy_constructible< const t_TYPE[]>
struct  bsl::is_copy_constructible< volatile t_TYPE[]>
struct  bsl::is_copy_constructible< const volatile t_TYPE[]>

Namespaces

namespace  bsl
namespace  bslmf

Detailed Description