MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator!=

Method operator!=

inst/include/Rcpp/String.h:605–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 return get_sexp() == other.get_sexp();
604 }
605 bool operator!=(const Rcpp::String& other) const {
606 return get_sexp() != other.get_sexp();
607 }
608
609 bool operator==(const StringProxy& other) const {
610 return get_sexp() == other.get();

Callers

nothing calls this directly

Calls 2

get_sexpMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected