|
dune-common
2.7.0
|
Whether this type has a value of NaN. More...
#include <dune/common/typetraits.hh>

Whether this type has a value of NaN.
Dune::HasNaN instead Internally, this is just a forward to std::is_floating_point<T>. Type trait to determine whether an instance of T has an operator[](I), i.e. whether it can be indexed with an index of type I.
1.8.17