Searched defs:PrintImp (Results 1 – 3 of 3) sorted by relevance
68 void PrintImp(std::ostream& out) { out << std::endl; } in PrintImp() function71 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp() function
87 void PrintImp(std::ostream& out) { out << std::endl; } in PrintImp() function90 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp() function
83 void PrintImp(std::ostream& out) { out << std::endl; } in PrintImp() function86 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp() function