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

Method operator<

inst/include/Rcpp/String.h:598–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596 }
597
598 bool operator<(const Rcpp::String& other) const {
599 return strcmp(get_cstring(), other.get_cstring()) < 0;
600 }
601
602 bool operator==(const Rcpp::String& other) const {
603 return get_sexp() == other.get_sexp();

Callers

nothing calls this directly

Calls 1

get_cstringMethod · 0.80

Tested by

no test coverage detected