Overload for double type alignment matching.
Declared in <bsls_alignmentimp.h>
static
bsls::AlignmentImpTag<2>
match(
bsls::AlignmentImpCalc<double>::Tag alignmentTag,
bsls::AlignmentImpTag<static_cast<int>(sizeof(double))> sizeTag,
bsls::AlignmentImp_Priority<2> priority);
Matches a type with the size and alignment of double 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 double |
| sizeTag | tag encoding sizeof(double) |
| priority | tag encoding this overload's selection priority |