MCPcopy 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
70TGetOpt::TIterator::TIterator() noexcept
71 : Impl_(nullptr)
72{
73}
74
75TGetOpt::TIterator::TIterator(const TGetOpt* parent)
76 : Impl_(new TIterImpl(parent))

Callers

nothing calls this directly

Calls 1

NextFunction · 0.50

Tested by

no test coverage detected