MCPcopy Create free account
hub / github.com/boostorg/filesystem / test_le

Function test_le

test/path_operator_ambiguity.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool test_le(char* arg)
39{
40 return std::string("mno") <= arg;
41}
42
43bool test_ge(char* arg)
44{

Callers 1

mainFunction · 0.85

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected