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

Function operator>=

inst/include/Rcpp/vector/const_string_proxy.h:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143 template <int RT>
144 bool operator>=( const const_string_proxy<RT>& lhs, const const_string_proxy<RT>& rhs) {
145 return strcmp(
146 const_cast<char *>(lhs.begin() ),
147 const_cast<char *>(rhs.begin())
148 ) >= 0 ;
149 }
150
151 template <int RT>
152 bool operator<=( const const_string_proxy<RT>& lhs, const const_string_proxy<RT>& rhs) {

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected