Searched refs:__find_pod (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Daligned_storage.h52 template <class _TL, size_t _Align> struct __find_pod;
55 struct __find_pod<__type_list<_Hp, __nat>, _Align> struct
61 struct __find_pod<__type_list<_Hp, _Tp>, _Align> struct
63 typedef __conditional_t<_Align == _Hp::value, typename _Hp::type, typename __find_pod<_Tp, _Align>::type> type;
88 typedef typename __find_pod<__all_types, _Align>::type _Aligner;

Completed in 359 milliseconds