MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / is_true

Function is_true

source/matplot/util/common.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 bool is_true(std::string_view str) {
44 return iequals(str, "on") || iequals(str, "true") ||
45 iequals(str, "yes");
46 }
47
48 bool is_false(std::string_view str) {
49 return iequals(str, "off") || iequals(str, "false") ||

Callers

nothing calls this directly

Calls 1

iequalsFunction · 0.85

Tested by

no test coverage detected