Template Function SymEngine::unified_compare(const std::set<T, U>&, const std::set<T, U>&)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “SymEngine::unified_compare” with arguments (const std::set<T, U>&, const std::set<T, U>&) in doxygen xml output for project “Symengine XML” from directory: ./../Doxygen/gen_docs/xml. Potential matches:

- int unified_compare(const Expression &a, const Expression &b)
- template<typename K, typename V, typename C> int unified_compare(const std::map<K, V, C> &a, const std::map<K, V, C> &b)
- template<typename K, typename V, typename H, typename E> int unified_compare(const std::unordered_map<K, V, H, E> &a, const std::unordered_map<K, V, H, E> &b)
- template<typename T, typename = enable_if_t<std::is_arithmetic<T>::value or std::is_same<T, integer_class>::value or std::is_same<T, rational_class>::value>> int unified_compare(const T &a, const T &b)
- template<typename T, typename U, typename = enable_if_t<std::is_base_of<Basic, T>::value and std::is_base_of<Basic, U>::value>> int unified_compare(const RCP<const T> &a, const RCP<const U> &b)
- template<typename T, typename U> int unified_compare(const std::multiset<T, U> &a, const std::multiset<T, U> &b)
- template<typename T, typename U> int unified_compare(const std::pair<T, U> &a, const std::pair<T, U> &b)
- template<typename T, typename U> int unified_compare(const std::set<T, U> &a, const std::set<T, U> &b)
- template<typename T> int unified_compare(const std::vector<T> &a, const std::vector<T> &b)