Searched refs:remaining_from (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/metaparse/example/constexpr_parser/ |
D | main.cpp | 159 int remaining_from; member 161 constexpr presult(int v, int r) : value(v), remaining_from(r) {} in presult() 163 constexpr presult incr() const { return presult(value + 1, remaining_from); } in incr() 181 parse_cs<'b', N>(s, parse_cs<'a', N>(s, 0).remaining_from).value, in parse_impl() 186 parse_cs<'a', N>(s, 0).remaining_from in parse_impl() 187 ).remaining_from in parse_impl() 270 iterate_c<one_char, impl<S>().remaining_from>,
|