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

Function operator>=

inst/include/Rcpp/vector/string_proxy.h:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236 template <int RT>
237 bool operator>=( const string_proxy<RT>& lhs, const string_proxy<RT>& rhs) {
238 return strcmp(
239 const_cast<char *>(lhs.begin() ),
240 const_cast<char *>(rhs.begin())
241 ) >= 0 ;
242 }
243
244 template <int RT>
245 bool operator<=( const string_proxy<RT>& lhs, const string_proxy<RT>& rhs) {

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected