Template Struct alignment_of

Inheritance Relationships

Base Type

  • public std::integral_constant< std::size_t, alignof(std::remove_all_extents< T >::type)>

Struct Documentation

template<class T>
struct alignment_of : public std::integral_constant<std::size_t, alignof(std::remove_all_extents<T>::type)>