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