MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / isOnlyWhiteSpace

Function isOnlyWhiteSpace

quest/src/core/parser.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125bool isOnlyWhiteSpace(string str) {
126
127 return all_of(str.begin(), str.end(), isWhiteSpace);
128}
129
130
131void removeWhiteSpace(string &line) {

Calls

no outgoing calls

Tested by

no test coverage detected