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

Function operator<=

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

Source from the content-addressed store, hash-verified

150
151 template <int RT>
152 bool operator<=( const const_string_proxy<RT>& lhs, const const_string_proxy<RT>& rhs) {
153 return strcmp(
154 const_cast<char *>(lhs.begin() ),
155 const_cast<char *>(rhs.begin())
156 ) <= 0 ;
157 }
158
159 template<int RTYPE, template <class> class StoragePolicy> std::string const_string_proxy<RTYPE, StoragePolicy>::buffer ;
160

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected