Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
static constexpr auto skip_whitespace() noexcept {
36
return loop_(if_(isspace(peek_()))(advance_())->else_(break_));
37
}
38
39
template <typename> static constexpr auto read() noexcept;
40
Callers
2
read<char>
Function · 0.85
read_int
Function · 0.85
Calls
6
loop_
Function · 0.85
if_
Function · 0.85
isspace
Function · 0.85
peek_
Function · 0.85
advance_
Function · 0.85
else_
Method · 0.80
Tested by
no test coverage detected