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