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

Method operator ()

gecode/int/gcc/post.hpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 class CardLess : public Support::Less<Card> {
48 public:
49 bool operator ()(const Card& x, const Card& y) {
50 return x.card() < y.card();
51 }
52 };
53
54 /**

Callers

nothing calls this directly

Calls 1

cardMethod · 0.45

Tested by

no test coverage detected