MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / not_isspace

Class not_isspace

external/include/backward/backward.hpp:3779–3781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3777 // there is no find_if_not in C++98, lets do something crappy to
3778 // workaround.
3779 struct not_isspace {
3780 bool operator()(char c) { return !std::isspace(c); }
3781 };
3782 // and define this one here because C++98 is not happy with local defined
3783 // struct passed to template functions, fuuuu.
3784 struct not_isempty {

Callers 2

SourceFileClass · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected