Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/adapted/boost_tuple/detail/
Dbuild_cons.hpp25 struct build_tuple_cons<First, Last, true> struct
27 typedef boost::tuples::null_type type;
31 call(First const&, Last const&) in call()
38 struct build_tuple_cons<First, Last, false> struct
42 next_build_tuple_cons;
47 type;
51 call(First const& f, Last const& l) in call()
Dconvert_impl.hpp35 build_tuple_cons; typedef