Searched defs:build_tuple_cons (Results 1 – 2 of 2) sorted by relevance
25 struct build_tuple_cons<First, Last, true> struct27 typedef boost::tuples::null_type type;31 call(First const&, Last const&) in call()38 struct build_tuple_cons<First, Last, false> struct42 next_build_tuple_cons;47 type;51 call(First const& f, Last const& l) in call()
35 build_tuple_cons; typedef