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

Method operator>

inst/include/Rcpp/String.h:625–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623 }
624
625 bool operator>(const Rcpp::String& other) const {
626 return strcmp(get_cstring(), other.get_cstring()) > 0;
627 }
628
629 bool operator==(SEXP other) const {
630 return get_sexp() == other;

Callers

nothing calls this directly

Calls 1

get_cstringMethod · 0.80

Tested by

no test coverage detected