SyTen

◆ format_args() [1/5]

template<typename... Args>
std::string syten::Log::format_args ( Args &&...  data)
inline

Constructs a text representation of a series of objects by shifting them into a std::stringstream.

Example\n format_args(1, 2, "abc") returns 12abc.

References std::declval(), format_args(), and syten::shiftArgs().

+ Here is the call graph for this function: