Home
last modified time | relevance | path

Searched defs:lower_alignment_helper (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dtype_with_alignment.hpp96 struct lower_alignment_helper struct
102 struct lower_alignment_helper struct
104 typedef char type;
105 enum { value = true };
109 struct lower_alignment_helper<false,target,TestType> struct
111 enum { value = (alignment_of<TestType>::value == target) };
112 typedef typename mpl::if_c<value, TestType, char>::type type;