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