Searched defs:cons_advance (Results 1 – 1 of 1) sorted by relevance
28 struct cons_advance struct32 type;36 struct cons_advance<Cons, 0> struct38 typedef Cons type;42 struct cons_advance<Cons, 1> struct44 typedef typename Cons::cdr_type type;48 struct cons_advance<Cons, 2> struct51 typedef typename Cons::cdr_type::cdr_type type;59 struct cons_advance<Cons, 3> struct62 typedef typename Cons::cdr_type::cdr_type::cdr_type type;[all …]