Searched defs:ConcatAll (Results 1 – 1 of 1) sorted by relevance
1098 struct ConcatAll { struct1099 std::string operator()() const { return {}; } in operator ()()1101 std::string operator()(const char* a, I... i) const { in operator ()()