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

Function operator==

inst/include/Rcpp/Symbol.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return CHAR(PRINTNAME(Storage::get__())) ;
68 }
69 inline bool operator==(const char* other) const {
70 return ! strcmp(other, c_str() );
71 }
72
73 void update(SEXP){}
74 };

Callers

nothing calls this directly

Calls 1

c_strFunction · 0.85

Tested by

no test coverage detected