#include "tensorstore/util/str_cat.h" template <typename... Arg>std::string tensorstore::StrCat(const Arg&... arg); Concatenates the string representation of arg... and returns the result. The string conversion is done exactly the same as for StrAppend.