MCPcopy 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

BMTryFromStringFunction · 0.45
MakeCycleFunction · 0.45
ProcessUptimeFunction · 0.45
Test4Method · 0.45
PopValueMethod · 0.45
TestBackMethod · 0.45
TestReverseIteratorsMethod · 0.45
string.hFile · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
DivisorsFunction · 0.45
ReadLineMethod · 0.45

Calls 1

emptyMethod · 0.95

Tested by 3

Test4Method · 0.36
TestBackMethod · 0.36
TestReverseIteratorsMethod · 0.36