MCPcopy Create free account
hub / github.com/cztomczak/cefpython / AnyToString

Function AnyToString

src/subprocess/v8utils.cpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211template<typename T>
212inline std::string AnyToString(const T& value)
213{
214 std::ostringstream oss;
215 oss << value;
216 return oss.str();
217}
218
219CefV8ValueList CefListValueToCefV8ValueList(
220 CefRefPtr<CefListValue> listValue) {

Callers 2

CefListValueToV8ValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected