Namespaces
Variants

Talk:cpp/keyword/alignas

From cppreference.com

meaningful example

Whoever fills this in, consider the example from N2140:

struct cacheline { // Assuming cache lines are 128 bytes char alignas(128) memory[128]; }; --Cubbi 14:43, 25 October 2011 (PDT)