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