MCPcopy Create free account
hub / github.com/Gecode/gecode / operator()

Method operator()

test/test.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 class SortByName {
70 public:
71 forceinline bool
72 operator()(Base* x, Base* y) {
73 return x->name() > y->name();
74 }
75 };
76
77 void

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected