Searched defs:tuple_tail (Results 1 – 2 of 2) sorted by relevance
87 class tuple_tail< std::tuple< T ... > > { class92 tuple_tail( std::tuple< T ... > & t) noexcept : in tuple_tail() function in boost::context::detail::tuple_tail
88 std::tuple<Tail...> tuple_tail(const std::tuple<Head, Tail...>& tpl) in tuple_tail() function