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