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

/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dtypelist.h194 typedef typename append_typelist_<Tl>::type rest_type; typedef in struct:typelist::detail::append_typelist_
197 typedef typename append<Hd, node<rest_type> >::type::root type;
248 typedef typename chain_filter_<Tl, Pred>::type rest_type; typedef in struct:typelist::detail::chain_filter_
249 typedef chain<Hd, rest_type> chain_type;
252 typedef typename __conditional_type<include_hd, chain_type, rest_type>::__type type;
283 typedef typename chain_transform_<Tl, Transform>::type rest_type; typedef in struct:typelist::detail::chain_transform_
287 typedef chain<transform_type, rest_type> type;
303 typedef typename chain_flatten_<Tl_Typelist>::type rest_type; typedef in struct:typelist::detail::chain_flatten_
304 typedef append<Hd_Typelist, node<rest_type> > append_type;

Completed in 203 milliseconds