MCPcopy 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

ParseOptionsFunction · 0.45
ToStringBufDirectMethod · 0.45
FinishMethod · 0.45
MakeCycleFunction · 0.45
Test4Method · 0.45
TestFrontMethod · 0.45
TestIteratorsMethod · 0.45
frontFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

emptyFunction · 0.50

Tested by 3

Test4Method · 0.36
TestFrontMethod · 0.36
TestIteratorsMethod · 0.36