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

/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dtypelist.h256 struct chain_at_index_;
259 struct chain_at_index_<chain<Hd, Tl>, 0> struct in namespace:typelist::detail
265 struct chain_at_index_<chain<Hd, Tl>, i> struct in namespace:typelist::detail
267 typedef typename chain_at_index_<Tl, i - 1>::type type;
393 typedef detail::chain_at_index_<root_type, i> index_type;

Completed in 177 milliseconds