What Is The alignas Alignment Specifier In Modern C++?

One of the features of Modern C++ is Alignment Support which comes with the C++11 standard. One of the new features of this support is a new keyword alignas which is the alignment specifier. For example, we … Continue reading What Is The alignas Alignment Specifier In Modern C++?