Searched refs:streamable (Results 1 – 1 of 1) sorted by relevance
213 std::string StreamableToString(const T& streamable) { in StreamableToString() argument214 return (Message() << streamable).GetString(); in StreamableToString()