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