Function Dune::XT::Common::FloatCmp::internal::cmp_lt

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.