Searched defs:push_back_st (Results 1 – 1 of 1) sorted by relevance
355 struct push_back_st<int_sequence<Is...>, std::tuple<Ts...>, T> struct357 typedef std::tuple<Ts..., T> type;359 static type apply(std::tuple<Ts...> const& tup, T const& t) in apply()366 static type apply(std::tuple<Ts...> && tup, T const& t) in apply()371 static type apply(std::tuple<Ts...> && tup, T && t) in apply()