CXXR (C++ R) API
Public Member Functions
CXXR::ElementTraits::IsNA< T > Struct Template Reference

Function object for testing 'not available' status. More...

#include <ElementTraits.hpp>

List of all members.

Public Member Functions

bool operator() (const T &t) const
 Does a value represent a distinct 'not available' status?

Detailed Description

template<typename T>
struct CXXR::ElementTraits::IsNA< T >

Function object for testing 'not available' status.

Template Parameters:
TA type capable of being used as the element type of an R data vector.

Member Function Documentation

template<typename T >
bool CXXR::ElementTraits::IsNA< T >::operator() ( const T &  t) const
inline

Does a value represent a distinct 'not available' status?

Parameters:
tA value of type T .
Returns:
true iff t has a distinct value (or possibly, one of a set of distinct values) signifying that the actual value of this quantity is not available.

The documentation for this struct was generated from the following file: