Quick Links:

bal | bbl | bdl | bsl

Namespaces | Typedefs

Component bslalg_typetraitbitwisecopyable
[Package bslalg]

Provide a trait to mark classes as bit-wise copyable. More...

Namespaces

namespace  bslalg

Typedefs

typedef
bslalg::TypeTraitBitwiseCopyable 
bslalg_TypeTraitBitwiseCopyable

Detailed Description

Outline
Purpose:
Provide a trait to mark classes as bit-wise copyable.
Deprecated:
Use bslmf_istriviallycopyable instead.
Classes:
bslalg::TypeTraitBitwiseCopyable bit-wise copyable trait
See also:
Description:
This component provides a single traits class, bslalg::TypeTraitBitwiseCopyable, which allows the trait bsl::is_trivially_copyable to be declared using the (deprecated) BSLALG_DECLARE_NESTED_TRAITS macro. See the bslmf_istriviallycopyable component for details of this trait.
Usage:
No Usage example is provided since this component is deprecated.

Typedef Documentation