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

Function AnyToString

src/subprocess/javascript_callback.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12template<typename T>
13inline std::string AnyToString(const T& value)
14{
15 std::ostringstream oss;
16 oss << value;
17 return oss.str();
18}
19
20typedef std::map<int,
21 std::pair<CefRefPtr<CefFrame>, CefRefPtr<CefV8Value> > >

Callers 2

PutJavascriptCallbackFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected