Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces

bslmf_istriviallydefaultconstructible.h File Reference

Provide a compile-time check for trivially default-constructible. More...

Go to the source code of this file.

Classes

struct  bslmf::IsTriviallyDefaultConstructible_Imp< t_TYPE >
struct  bslmf::IsTriviallyDefaultConstructible_Imp< void >
struct  bsl::is_trivially_default_constructible< t_TYPE >
struct  bsl::is_trivially_default_constructible< const t_TYPE >
struct  bsl::is_trivially_default_constructible< volatile t_TYPE >
struct  bsl::is_trivially_default_constructible< const volatile t_TYPE >
struct  bsl::is_trivially_default_constructible< t_TYPE[t_LEN]>
struct  bsl::is_trivially_default_constructible< const t_TYPE[t_LEN]>
struct  bsl::is_trivially_default_constructible< volatile t_TYPE[t_LEN]>
struct  bsl::is_trivially_default_constructible< const volatile t_TYPE[t_LEN]>
struct  bsl::is_trivially_default_constructible< t_TYPE[]>
struct  bsl::is_trivially_default_constructible< const t_TYPE[]>
struct  bsl::is_trivially_default_constructible< volatile t_TYPE[]>
struct  bsl::is_trivially_default_constructible< const volatile t_TYPE[]>

Namespaces

namespace  bsl
namespace  bslmf

Detailed Description