0

styleguide: mention "alignof" operation under "Alignment Features"

For completeness.

Review URL: https://codereview.chromium.org/1312813007

Cr-Commit-Position: refs/heads/master@{#349525}
This commit is contained in:
mdempsky
2015-09-17 15:50:39 -07:00
committed by Commit bot
parent 6102bc0d8f
commit b54ffc3786

@ -409,6 +409,7 @@ work in all our compilers yet.</p>
<td>Alignment Features</td>
<td>
<code>alignas</code> specifier,
<code>alignof</code> operator,
<code>std::alignment_of&lt;T&gt;</code>,
<code>std::aligned_union&lt;Size, ...Types&gt;</code> and
<code>std::max_align_t</code></td>