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

Function operator>

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

Source from the content-addressed store, hash-verified

227
228 template <int RT>
229 bool operator>( const string_proxy<RT>& lhs, const string_proxy<RT>& rhs) {
230 return strcmp(
231 const_cast<char *>(lhs.begin() ),
232 const_cast<char *>(rhs.begin())
233 ) > 0 ;
234 }
235
236 template <int RT>
237 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