MCPcopy Create free account
hub / github.com/bombela/backward-cpp / isspace

Class isspace

backward.hpp:3737–3739  ·  view source on GitHub ↗

think of it like a lambda in C++98 ;) but look, I will reuse it two times! What a good boy am I.

Source from the content-addressed store, hash-verified

3735 // but look, I will reuse it two times!
3736 // What a good boy am I.
3737 struct isspace {
3738 bool operator()(char c) { return std::isspace(c); }
3739 };
3740
3741 bool started = false;
3742 for (; line_idx < line_start + line_count; ++line_idx) {

Callers 2

operator()Method · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected