swift
swift::misc::CRangeBase< Derived > Member List

This is the complete list of members for swift::misc::CRangeBase< Derived >, including all inherited members.

contains(const T &object) constswift::misc::CRangeBase< Derived >inline
contains(K0 k0, V0 v0, KeysValues... keysValues) constswift::misc::CRangeBase< Derived >inline
containsBy(Predicate p) constswift::misc::CRangeBase< Derived >inline
equalPointers(const T *a, const U *b)swift::misc::CRangeBase< Derived >inlineprotectedstatic
equalsBy(const T &other, Predicate c) constswift::misc::CRangeBase< Derived >inline
equalsByKeys(const T &other, Key0 k0, Keys... keys) constswift::misc::CRangeBase< Derived >inline
findBy(Predicate p) constswift::misc::CRangeBase< Derived >inline
findBy(K0 k0, V0 v0, KeysValues... keysValues) constswift::misc::CRangeBase< Derived >inline
findFirstBy(Predicate p) constswift::misc::CRangeBase< Derived >inline
findFirstBy(K key, V value) constswift::misc::CRangeBase< Derived >inline
findFirstByOrDefault(Predicate p, const Value &def) constswift::misc::CRangeBase< Derived >inline
findFirstByOrDefault(Predicate p) constswift::misc::CRangeBase< Derived >inline
findFirstByOrDefault(K key, V value, const Value &def) constswift::misc::CRangeBase< Derived >inline
findFirstByOrDefault(K T::*key, V value) constswift::misc::CRangeBase< Derived >inline
randomElement() constswift::misc::CRangeBase< Derived >inline
randomElements(int n) constswift::misc::CRangeBase< Derived >inline
sampleElements(int n) constswift::misc::CRangeBase< Derived >inline
transform(F function) constswift::misc::CRangeBase< Derived >inline