HomeSort by relevance Sort by last modified time
    Searched refs:equal_from_less (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h 159 class equal_from_less : public std::binary_function<T1, T2, bool> class in namespace:__gnu_parallel
165 equal_from_less(Comparator& _comp) : comp(_comp) { } function in class:__gnu_parallel::equal_from_less
algobase.h 208 typedef __gnu_parallel::equal_from_less<Predicate, value1_type,

Completed in 26 milliseconds