CXXR (C++ R) API
|
Control attribute copying for unary functions. More...
#include <UnaryFunction.hpp>
Static Public Member Functions | |
static void | copyAttributes (VectorBase *, const VectorBase *) |
Copy no attributes. |
Control attribute copying for unary functions.
VectorOps::UnaryFunction takes as a template parameter an AttributeCopier class which determines which attributes are copied from the input vector to the output vector.
This class can be used as the value of the AttributeCopier parameter, and its behaviour is to copy no attributes at all.