Const Ref Callable for custom sort/search
This commit is contained in:
parent
a0071029f2
commit
9c2bfeb2fb
5 changed files with 34 additions and 32 deletions
|
|
@ -170,4 +170,10 @@ public:
|
|||
Signal() {}
|
||||
};
|
||||
|
||||
struct CallableComparator {
|
||||
const Callable &func;
|
||||
|
||||
bool operator()(const Variant &p_l, const Variant &p_r) const;
|
||||
};
|
||||
|
||||
#endif // CALLABLE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue