MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / StringTransformer

Method StringTransformer

inst/include/Rcpp/StringTransformer.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 class StringTransformer : public std::function<const char*(const char*)> {
30 public:
31 StringTransformer( const UnaryOperator& op_ ): op(op_), buffer(){}
32 ~StringTransformer(){}
33
34 const char* operator()(const char* input ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected