Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ begin
Method
begin
library/cpp/iterator/enumerate.h:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
using const_reference = typename TIterator::reference;
68
69
TIterator begin() const {
70
return {0, std::begin(*Storage_.Ptr())};
71
}
72
73
TSentinel end() const {
74
if constexpr (TrivialSentinel) {
Callers
5
TEST
Function · 0.45
ToVector
Function · 0.45
TestViewCompileability
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
2
begin
Function · 0.50
Ptr
Method · 0.45
Tested by
1
TestViewCompileability
Function · 0.36