Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TIterator
Method
TIterator
library/cpp/getopt/small/ygetopt.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
};
69
70
TGetOpt::TIterator::TIterator() noexcept
71
: Impl_(nullptr)
72
{
73
}
74
75
TGetOpt::TIterator::TIterator(const TGetOpt* parent)
76
: Impl_(new TIterImpl(parent))
Callers
nothing calls this directly
Calls
1
Next
Function · 0.50
Tested by
no test coverage detected