BloombergLP::bsls::AlignmentToType

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

NameDescription
Type Placeholder type with the specified ALIGNMENT.

Specializations

NameDescription
AlignmentToType<16> This struct provides a typedef, Type, that aliases a type having the specified ALIGNMENT requirement.