Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ c_str
Function
c_str
inst/include/Rcpp/Symbol.h:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
Storage::set__( Rf_install(symbol.c_str()) );
65
}
66
inline const char* c_str() const {
67
return CHAR(PRINTNAME(Storage::get__())) ;
68
}
69
inline bool operator==(const char* other) const {
70
return ! strcmp(other, c_str() );
71
}
Callers
1
operator==
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected