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

Function test_lt

test/path_operator_ambiguity.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool test_lt(char* arg)
29{
30 return std::string("ghi") < arg;
31}
32
33bool test_gt(char* arg)
34{

Callers 1

mainFunction · 0.85

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected