mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
explain cmp_func default
This commit is contained in:
parent
efe40204e0
commit
2faaccf10a
1 changed files with 4 additions and 1 deletions
|
@ -1522,7 +1522,10 @@ public:
|
||||||
/**
|
/**
|
||||||
* Returns a "vector of count" holding the indices of this
|
* Returns a "vector of count" holding the indices of this
|
||||||
* vector when sorted using the given (optional) comparison function.
|
* vector when sorted using the given (optional) comparison function.
|
||||||
* @param cmp_func Comparison function for vector elements.
|
* @param cmp_func Comparison function for vector elements. If
|
||||||
|
* nullptr, then the vector must be internally
|
||||||
|
* of a numeric, and the usual '<' comparison
|
||||||
|
* will be used.
|
||||||
*/
|
*/
|
||||||
VectorValPtr Order(Func* cmp_func = nullptr);
|
VectorValPtr Order(Func* cmp_func = nullptr);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue