Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::lower_alignment_helper< false, target, TestType > Struct Template Reference

#include <type_with_alignment.hpp>

Public Types

enum  { value = (alignment_of<TestType>::value == target) }
 
typedef mpl::if_c< value,
TestType, char >::type 
type
 

Member Typedef Documentation

template<std::size_t target, class TestType >
typedef mpl::if_c<value, TestType, char>::type boost::detail::lower_alignment_helper< false, target, TestType >::type

Member Enumeration Documentation

template<std::size_t target, class TestType >
anonymous enum
Enumerator
value 

The documentation for this struct was generated from the following file: