Searched defs:build_cons (Results 1 – 3 of 3) sorted by relevance
26 struct build_cons<First, Last, true> struct28 typedef nil_ type;32 call(First const&, Last const&) in call()39 struct build_cons<First, Last, false> struct43 next_build_cons;48 type;52 call(First const& f, Last const& l) in call()
38 build_cons; typedef
30 build_cons; typedef