Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/phoenix/
Dtuple_helpers.hpp128 struct concat_tuple<tuple<A>, AppendT> { struct
130 typedef tuple<A, AppendT> type;
134 struct concat_tuple<tuple<A>, nil_t> { struct
136 typedef tuple<A> type;
145 struct concat_tuple<tuple<A, B>, AppendT> { struct
147 typedef tuple<A, B, AppendT> type;
151 struct concat_tuple<tuple<A, B>, nil_t> { struct
153 typedef tuple<A, B> type;
166 struct concat_tuple<tuple<A, B, C>, AppendT> { struct
168 typedef tuple<A, B, C, AppendT> type;
[all …]