| 270 | |
| 271 | constexpr auto begin() { return iterator<false>{this}; } |
| 272 | constexpr auto end() { return sentinel<false>{}; } |
| 273 | |
| 274 | constexpr auto begin() const |
| 275 | #if BOOST_PARSER_USE_CONCEPTS |
nothing calls this directly
no outgoing calls
no test coverage detected