Function Dune::XT::Common::FloatCmp::internal::cmp_gt

template<class T>
bool Dune::XT::Common::FloatCmp::internal::cmp_gt(const std::complex<T> &xx, const std::complex<T> &yy)

No documentation provided.

template<class T>
typename std::enable_if<is_arithmetic<T>::value, bool>::type Dune::XT::Common::FloatCmp::internal::cmp_gt(const T &xx, const T &yy)

No documentation provided.

template<class XType, class YType>
int Dune::XT::Common::FloatCmp::internal::cmp_gt(const XType &xx, const YType &yy)

No documentation provided.