CXXR (C++ R)
|
Function object to generate 'not available' value. More...
#include <ElementTraits.hpp>
Public Member Functions | |
const T & | operator() () const |
Value to be used if 'not available'. |
Function object to generate 'not available' value.
Normally this will be accessed via the NA() function template declared at CXXR namespace level.
T | A type capable of being used as the element type of an R data vector. |
const T& CXXR::ElementTraits::NAFunc< T >::operator() | ( | ) | const |
Value to be used if 'not available'.