Searched defs:build_std_tuple (Results 1 – 1 of 1) sorted by relevance
26 struct build_std_tuple<First, Last, true> struct28 typedef std::tuple<> type;32 call(First const&, Last const&) in call()64 struct build_std_tuple<First, Last, false> struct68 next_build_std_tuple;73 push_front;75 typedef typename push_front::type type;79 call(First const& f, Last const& l) in call()