Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Defines

bslmf_isbitwisemoveable.h File Reference

Provide a primitive type trait for bitwise moveable classes. More...

Go to the source code of this file.

Classes

struct  bslmf::IsBitwiseMoveable_Imp< t_TYPE, bool >
struct  bslmf::IsBitwiseMoveable_Imp< t_TYPE, false >
struct  bslmf::IsBitwiseMoveable< t_TYPE >
struct  bslmf::IsBitwiseMoveable< void >
struct  bslmf::IsBitwiseMoveable< const t_TYPE >
struct  bslmf::IsBitwiseMoveable< volatile t_TYPE >
struct  bslmf::IsBitwiseMoveable< const volatile t_TYPE >
struct  bslmf::IsBitwiseMoveable< t_TYPE[t_LEN]>
struct  bslmf::IsBitwiseMoveable< const t_TYPE[t_LEN]>
struct  bslmf::IsBitwiseMoveable< volatile t_TYPE[t_LEN]>
struct  bslmf::IsBitwiseMoveable< const volatile t_TYPE[t_LEN]>

Namespaces

namespace  bslmf

Defines

#define BSLMF_ISBITWISEMOVEABLE_NO_SUPPORT_FOR_ARRAY_OF_UNKNOWN_BOUND   1

Detailed Description


Define Documentation

#define BSLMF_ISBITWISEMOVEABLE_NO_SUPPORT_FOR_ARRAY_OF_UNKNOWN_BOUND   1

< Last checked with the xlC 12.1 compiler. The IBM xlC compiler has problems correctly handling arrays of unknown bound as template parameters.