From 2c5d50d193e88b64ac9c16445c52d16b39e0c449 Mon Sep 17 00:00:00 2001
From: John Maddock
The following template synthesizes a type with the desired properties. + +
The following template synthesizes a type with the desired +properties.
::boost::type_with_alignment<Align>::type |
- Attempts to find a - built-in or POD type with an alignment that is a multiple of Align. - | -- | - | +Attempts + to find a built-in or POD type with an alignment that is + a multiple of Align. | ++ |
-
Type-traits comes with four example programs that illustrate some of the ways in which the type traits templates may be used: