Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ front
Method
front
util/generic/strbase.h:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
inline TCharType front() const noexcept {
123
Y_ASSERT(!empty());
124
return Ptr()[0];
125
}
126
127
constexpr const TCharType* data() const noexcept {
128
return Ptr();
Callers
12
ParseOptions
Function · 0.45
ToStringBufDirect
Method · 0.45
Finish
Method · 0.45
MakeCycle
Function · 0.45
Test4
Method · 0.45
TestFront
Method · 0.45
TestIterators
Method · 0.45
front
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
1
empty
Function · 0.50
Tested by
3
Test4
Method · 0.36
TestFront
Method · 0.36
TestIterators
Method · 0.36