Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sexp
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected