Overload for short type alignment matching.
Synopsis
Declared in <bsls_alignmentimp.h>
static
bsls::AlignmentImpTag<11>
match(
bsls::AlignmentImpCalc<short>::Tag alignmentTag,
bsls::AlignmentImpTag<static_cast<int>(sizeof(short))> sizeTag,
bsls::AlignmentImp_Priority<11> priority);
Description
Matches a type with the size and alignment of short and returns a tag whose size is this overload's priority.
Return Value
tag whose size is this overload's priority
Parameters
Name |
Description |
alignmentTag |
tag encoding the alignment of |
sizeTag |
tag encoding |
priority |
tag encoding this overload's selection priority |
Created with MrDocs