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

Function test_gt

test/path_operator_ambiguity.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool test_gt(char* arg)
34{
35 return std::string("jkl") > arg;
36}
37
38bool test_le(char* arg)
39{

Callers 1

mainFunction · 0.85

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected