Searched defs:DescValueWriter (Results 1 – 1 of 1) sorted by relevance
320 template<typename T> struct DescValueWriter {}; struct321 template<> struct DescValueWriter<std::string> { struct322 void operator()(const std::string& str, std::ostream& out) const { in operator ()()326 template<> struct DescValueWriter<SourceDir> { struct327 void operator()(const SourceDir& dir, std::ostream& out) const { in operator ()()