Quick Links:

bal | bbl | bdl | bsl

Classes | Public Types

bsls::AlignmentImpCalc< TYPE > Struct Template Reference

#include <bsls_alignmentimp.h>

List of all members.

Classes

struct  AlignmentCalc

Public Types

enum  { VALUE = sizeof(AlignmentCalc) - sizeof(TYPE) }
 

Define the compile-time computed alignment value for TYPE.

More...
typedef AlignmentImpTag< VALUE > Tag

Detailed Description

template<class TYPE>
struct bsls::AlignmentImpCalc< TYPE >

This struct provides an enumerator VALUE that is initialized to the required alignment for the specified TYPE.

See Component bsls_alignmentimp


Member Typedef Documentation

template<class TYPE>
typedef AlignmentImpTag<VALUE> bsls::AlignmentImpCalc< TYPE >::Tag

Member Enumeration Documentation

template<class TYPE>
anonymous enum
Enumerator:
VALUE 

The documentation for this struct was generated from the following file: