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

Function operator<=

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

Source from the content-addressed store, hash-verified

243
244 template <int RT>
245 bool operator<=( const string_proxy<RT>& lhs, const string_proxy<RT>& rhs) {
246 return strcmp(
247 const_cast<char *>(lhs.begin() ),
248 const_cast<char *>(rhs.begin())
249 ) <= 0 ;
250 }
251
252 template<int RTYPE, template <class> class StoragePolicy> std::string string_proxy<RTYPE, StoragePolicy>::buffer ;
253

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected