MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / operator()

Method operator()

src/backward.h:3777–3777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3775 // What a good boy am I.
3776 struct isspace {
3777 bool operator()(char c) { return std::isspace(c); }
3778 };
3779
3780 bool started = false;

Callers

nothing calls this directly

Calls 1

isspaceClass · 0.85

Tested by

no test coverage detected