Lines Matching full:except
1 [#except]
2 [section except]
7 struct except;
20 `except` accepts the input when `P` rejects it and the result of parsing is the
21 `Result` argument. When `P` accepts the input, `except` rejects it and the
26 #include <boost/metaparse/except.hpp>
33 get_result<except<p, c, msg>, s, pos>::type
36 get_remaining<except<p, c, msg>, s, pos>::type
39 get_position<except<p, c, msg>, s, pos>::type
47 #include <boost/metaparse/except.hpp>
65 except<int_, std::integral_constant<int, 1>, number_is_not_allowed>;