This struct provides a typedef, Type, that aliases a type having the specified ALIGNMENT requirement.

Synopsis

Declared in <bsls_alignmenttotype.h>

template<int ALIGNMENT>
struct AlignmentToType;

Types

Name

Description

Type

Placeholder type with the specified ALIGNMENT.

Specializations

Name

Description

AlignmentToType<16>

This struct provides a typedef, Type, that aliases a type having the specified ALIGNMENT requirement.

Created with MrDocs