Searched refs:aligned_next (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/move/detail/ |
D | type_traits.hpp | 1023 struct aligned_next; 1026 struct aligned_next<Len, Align, T, true> struct 1034 struct aligned_next<Len, Align, max_align_t, false> struct 1040 struct aligned_next<Len, Align, TYPE, false>\ 1041 : aligned_next<Len, Align, NEXT_TYPE, Align == alignment_of<NEXT_TYPE>::value>\ 1059 : aligned_next<Len, Align, char, Align == alignment_of<char>::value>
|