CXXR (C++ R) API
Static Public Member Functions
CXXR::VectorOps::CopyNoAttributes Struct Reference

Control attribute copying for unary functions. More...

#include <UnaryFunction.hpp>

List of all members.

Static Public Member Functions

static void copyAttributes (VectorBase *, const VectorBase *)
 Copy no attributes.

Detailed Description

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.


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