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

Function operator>

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

Source from the content-addressed store, hash-verified

134
135 template <int RT>
136 bool operator>( const const_string_proxy<RT>& lhs, const const_string_proxy<RT>& rhs) {
137 return strcmp(
138 const_cast<char *>(lhs.begin() ),
139 const_cast<char *>(rhs.begin())
140 ) > 0 ;
141 }
142
143 template <int RT>
144 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