MCPcopy Create free account
hub / github.com/bombela/backward-cpp / operator()

Method operator()

backward.hpp:3738–3738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

isspaceClass · 0.85

Tested by

no test coverage detected