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

Method operator==

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

Source from the content-addressed store, hash-verified

188 }
189
190 bool operator==( const char* other) const {
191 return strcmp( begin(), other ) == 0 ;
192 }
193 bool operator!=( const char* other) const {
194 return strcmp( begin(), other ) != 0 ;
195 }

Callers

nothing calls this directly

Calls 2

getFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected