Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Function · 0.85
begin
Method · 0.45
Tested by
no test coverage detected