MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / isspace

Class isspace

src/backward.h:3776–3778  ·  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

3774 // but look, I will reuse it two times!
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;
3781 for (; line_idx < line_start + line_count; ++line_idx) {

Callers 3

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

Calls

no outgoing calls

Tested by 1

IsSpaceFunction · 0.68