MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / skip_whitespace

Function skip_whitespace

gil/std.io.hpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35static constexpr auto skip_whitespace() noexcept {
36 return loop_(if_(isspace(peek_()))(advance_())->else_(break_));
37}
38
39template <typename> static constexpr auto read() noexcept;
40

Callers 2

read<char>Function · 0.85
read_intFunction · 0.85

Calls 6

loop_Function · 0.85
if_Function · 0.85
isspaceFunction · 0.85
peek_Function · 0.85
advance_Function · 0.85
else_Method · 0.80

Tested by

no test coverage detected