|
BDE 4.14.0 Production release
|
#include <bsls_alignmentfromtype.h>
Public Types | |
| enum | { VALUE = AlignmentImpCalc<TYPE>::VALUE } |
| typedef AlignmentToType< VALUE >::Type | Type |
This struct computes (at compile time) a constant integral VALUE that specifies the required alignment for TYPE objects. Also provided is a typedef, Type, that is an alias for a primitive type that has the same alignment requirements as TYPE.
| typedef AlignmentToType<VALUE>::Type bsls::AlignmentFromType< TYPE >::Type |
Alias for a primitive type that has the same alignment requirement as TYPE.
| anonymous enum |