Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ operator()
Method
operator()
src/backward.h:3807–3807 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3805
// workaround.
3806
struct not_isspace {
3807
bool operator()(char c) { return !std::isspace(c); }
3808
};
3809
// and define this one here because C++98 is not happy with local defined
3810
// struct passed to template functions, fuuuu.
Callers
nothing calls this directly
Calls
1
isspace
Class · 0.85
Tested by
no test coverage detected