14#ifndef FIRSTOFPAIRCOMPARE_H
15#define FIRSTOFPAIRCOMPARE_H
24template<
class ObjectType,
class Compare>
25class FirstOfPairCompare {
27 INLINE FirstOfPairCompare(Compare compare = Compare());
28 INLINE
bool operator () (
const ObjectType &a,
const ObjectType &b)
const;
bool operator()(const ObjectType &a, const ObjectType &b) const
Returns true if a sorts before b, false otherwise.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.