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

Function Print

util/string/split_ut.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template <class T>
52inline void Print(const T& t) {
53 for (typename T::const_iterator i = t.begin(); i != t.end(); ++i) {
54 Cerr << *i << Endl;
55 }
56}
57
58template <template <typename> class TConsumer, typename TResult, typename I, typename TDelimiter>
59void TestDelimiterOnString(TResult& good, I* str, const TDelimiter& delim) {

Callers 4

CmpFunction · 0.70
PrintMethod · 0.50
operator()Method · 0.50
RunMethod · 0.50

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected