Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ back
Method
back
util/generic/strbase.h:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
inline TCharType back() const noexcept {
118
Y_ASSERT(!this->empty());
119
return Ptr()[Len() - 1];
120
}
121
122
inline TCharType front() const noexcept {
123
Y_ASSERT(!empty());
Callers
15
BMTryFromString
Function · 0.45
MakeCycle
Function · 0.45
ProcessUptime
Function · 0.45
Test4
Method · 0.45
PopValue
Method · 0.45
TestBack
Method · 0.45
TestReverseIterators
Method · 0.45
string.h
File · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Divisors
Function · 0.45
ReadLine
Method · 0.45
Calls
1
empty
Method · 0.95
Tested by
3
Test4
Method · 0.36
TestBack
Method · 0.36
TestReverseIterators
Method · 0.36