The C11 and C++11 standards include alignment-specifiers using '_Alignas()' and 'alignas()', respectively. The standards also say alignment-specifiers may be used on structure declarations/definitions. Where might I find information indicating the default alignment of a structure? The standards do not appear to contain any such information.