MCPcopy Create free account
hub / github.com/AimRT/AimRT / SSToString

Function SSToString

src/common/util/string_util.h:856–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854
855template <typename T>
856inline std::string SSToString(const T& obj) {
857 std::stringstream ss;
858 ss << obj;
859 return ss.str();
860}
861
862struct StringHash {
863 using hash_type = std::hash<std::string_view>;

Callers 15

SendMsgMethod · 0.85
InitializeMethod · 0.85
StartMethod · 0.85
StartMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
StartMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
StartMethod · 0.85
HttpSendRecvCoMethod · 0.85
StartMethod · 0.85

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68