MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / to_string

Function to_string

test/source/infra/assertions.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7namespace concurrencpp::tests::details {
8 std::string to_string(bool value) {
9 return value ? "true" : "false";
10 }
11
12 std::string to_string(int value) {
13 return std::to_string(value);

Callers 1

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by 1