Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ print
Method
print
test/serialize.cpp:27–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
public:
26
template<class T>
27
static
28
std::string
29
print(T const& t)
30
{
31
std::stringstream ss;
32
ss << t;
33
return ss.str();
34
}
35
36
void
37
testSerialize()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected