Overload for float type alignment matching.
Declared in <bsls_alignmentimp.h>
static
bsls::AlignmentImpTag<3>
match(
bsls::AlignmentImpCalc<float>::Tag alignmentTag,
bsls::AlignmentImpTag<static_cast<int>(sizeof(float))> sizeTag,
bsls::AlignmentImp_Priority<3> priority);
Matches a type with the size and alignment of float and returns a tag whose size is this overload's priority.
tag whose size is this overload's priority
| Name | Description |
|---|---|
| alignmentTag | tag encoding the alignment of float |
| sizeTag | tag encoding sizeof(float) |
| priority | tag encoding this overload's selection priority |