MCPcopy Create free account
hub / github.com/Genivia/RE-flex / good

Method good

include/reflex/input.h:1018–1022  ·  view source on GitHub ↗

Check if input is available.

Source from the content-addressed store, hash-verified

1016 }
1017 /// Check if input is available.
1018 bool good()
1019 /// @returns true if a non-empty sequence of characters is available to get
1020 {
1021 return pos_ < len_ || Input::good();
1022 }
1023 /// Check if input reached EOF.
1024 bool eof()
1025 /// @returns true if input is at EOF and no characters are available

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected