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

Method ToList

util/string/split.h:786–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784
785 template <class S>
786 inline TVector<S> ToList() {
787 TVector<S> result;
788 for (auto&& it : *this) {
789 result.push_back(S(it.Token()));
790 }
791 return result;
792 }
793
794 template <class Container>
795 inline void Collect(Container* c) {

Callers 2

RunBostonTestMethod · 0.80
RunMushroomTestMethod · 0.80

Calls 3

SClass · 0.50
push_backMethod · 0.45
TokenMethod · 0.45

Tested by 2

RunBostonTestMethod · 0.64
RunMushroomTestMethod · 0.64