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

Method get

inst/include/Rcpp/String.h:686–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684
685 template <int RTYPE>
686 SEXP string_element_converter<RTYPE>::get(const Rcpp::String& input) {
687 RCPP_DEBUG("string_element_converter::get< Rcpp::String >()")
688 return input.get_sexp();
689 }
690
691 template <>
692 inline SEXP make_charsexp<Rcpp::String>(const Rcpp::String& s) {

Callers 6

operator==Method · 0.45
asFunction · 0.45
StringMethod · 0.45
StringClass · 0.45
operator==Method · 0.45
operator!=Method · 0.45

Calls 1

get_sexpMethod · 0.45

Tested by

no test coverage detected