MCPcopy Create free account
hub / github.com/catboost/catboost / operator()

Method operator()

library/cpp/yt/string/format-inl.h:366–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364
365template <class TRange>
366auto TDefaultValueGetter<TRange>::operator()(const TIterator& iterator) const
367 -> typename std::iterator_traits<TIterator>::value_type
368{
369 return *iterator;
370}
371
372template <class TRange, class TValueGetter>
373void TDefaultIntervalFormatter<TRange, TValueGetter>::operator()(

Callers

nothing calls this directly

Calls 2

AppendFormatMethod · 0.80
AppendStringMethod · 0.45

Tested by

no test coverage detected