Home
last modified time | relevance | path

Searched defs:push_back_st (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/util/
Dtuples.hpp355 struct push_back_st<int_sequence<Is...>, std::tuple<Ts...>, T> struct
357 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()