MCPcopy Create free account
hub / github.com/catboost/catboost / front

Function front

library/cpp/containers/cow_string/cow_string.h:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 using TBase::front;
109
110 inline reference front() noexcept Y_LIFETIME_BOUND {
111 Y_ASSERT(!this->empty());
112
113 return reference(*this, 0);
114 }
115
116 inline size_t length() const noexcept {
117 return ConstRef().length();

Callers 1

frontMethod · 0.50

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected