C++RAD Studio

Learn About The Powerful Alignment Support Functions Of Modern C++

One of the features of Modern C++ isalignment supportwhich was introduced with the C++11 standard.Most of the alignment support features can be used with modern C++ compilers that support one of the ISO Standards of C++11, C++14, C++17, and C++20. In this post, we explain what is alignment support and how we can use alignas, alignof, std::align, aligned_union, aligned_storage…
Read more