Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ c_str
Function
c_str
util/generic/string.h:313–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
}
312
313
inline const TCharType* c_str() const noexcept Y_LIFETIME_BOUND {
314
return ConstRef().c_str();
315
}
316
317
// ~~~ STL compatible method to obtain data pointer ~~~
318
iterator begin() Y_LIFETIME_BOUND {
Callers
1
TImpl
Method · 0.50
Calls
2
ConstRef
Class · 0.85
c_str
Method · 0.45
Tested by
no test coverage detected