type_with_alignment
template <std::size_t Align>
struct type_with_alignment
{
typedef see-below type;
};
Тип:Встроенный или POD-тип с выравниванием, кратным<Align>.
Заголовок:<#include
<boost/type_traits/type_with_alignment.hpp>>или<#include<boost/type_traits.hpp>>
Статья type_with_alignment раздела Chapter 1. Boost.TypeTraits Alphabetical Reference может быть полезна для разработчиков на c++ и boost.
:: Главная :: Alphabetical Reference ::
|