Home
last modified time | relevance | path

Searched defs:SortedSetOfDoubleOf (Results 1 – 1 of 1) sorted by relevance

/dports/audio/praat/praat-6.2.03/sys/
H A DCollection.h706 struct SortedSetOfDoubleOf : SortedSetOf <T> { struct
707 SortedSetOfDoubleOf () { in SortedSetOfDoubleOf() function
709SortedSetOfDoubleOf<T>&& move () noexcept { return static_cast <SortedSetOfDoubleOf<T>&&> (*this);… in move() argument
710 static int s_compareHook (SimpleDouble me, SimpleDouble thee) noexcept { in s_compareHook()
715 typename SortedOf<T>::CompareHook v_getCompareHook () in v_getCompareHook()