MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / operator<

Function operator<

tests/ClassOperatorHandlerTest.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101};
102
103inline bool operator<(const Fest& LHS, const Fest& RHS)
104{
105 return LHS.Get() < RHS.Get();
106}
107
108static Fest sF{3};
109}

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected