casa
$Rev:20696$
|
Functor to test for NaN. More...
#include <Functors.h>
Public Member Functions | |
bool | operator() (T value) const |
Functor to test for NaN.
It can be used in something like:
std::transform (array.begin(), array.end(), result.begin(), IsNaN<T>());
Definition at line 254 of file Functors.h.
bool casa::IsNaN< T >::operator() | ( | T | value | ) | const [inline] |
Definition at line 256 of file Functors.h.
References casa::isNaN().