Template Function SymEngine::unified_eq(const T&, const T&)

Function Documentation

Warning

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

- bool unified_eq(const Expression &a, const Expression &b)
- template<typename K, typename V, typename C> bool unified_eq(const std::map<K, V, C> &a, const std::map<K, V, C> &b)
- template<typename K, typename V, typename H, typename E> bool unified_eq(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>> bool unified_eq(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>> bool unified_eq(const RCP<const T> &a, const RCP<const U> &b)
- template<typename T, typename U> bool unified_eq(const std::multiset<T, U> &a, const std::multiset<T, U> &b)
- template<typename T, typename U> bool unified_eq(const std::pair<T, U> &a, const std::pair<T, U> &b)
- template<typename T, typename U> bool unified_eq(const std::set<T, U> &a, const std::set<T, U> &b)
- template<typename T> bool unified_eq(const std::vector<T> &a, const std::vector<T> &b)