[#BloombergLP-bsls-AlignmentImpMatch-match-0af] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AlignmentImpMatch.adoc[AlignmentImpMatch]::match :relfileprefix: ../../../ :mrdocs: Overload for `long long` type alignment matching. == Synopsis Declared in `<bsls_alignmentimp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bsls/AlignmentImpTag.adoc[bsls::AlignmentImpTag<8>] match( xref:BloombergLP/bsls/AlignmentImpCalc-098.adoc[bsls::AlignmentImpCalc<long long>::Tag] alignmentTag, xref:BloombergLP/bsls/AlignmentImpTag.adoc[bsls::AlignmentImpTag<static_cast<int>(sizeof(long long))>] sizeTag, xref:BloombergLP/bsls/AlignmentImp_Priority-0e.adoc[bsls::AlignmentImp_Priority<8>] priority); ---- == Description Matches a type with the size and alignment of `long long` and returns a tag whose size is this overload's priority. == Return Value tag whose size is this overload's priority == Parameters [cols="1,4"] |=== | Name| Description | *alignmentTag* | tag encoding the alignment of `long long` | *sizeTag* | tag encoding `sizeof(long long)` | *priority* | tag encoding this overload's selection priority |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#