MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / ConvertToBoolString

Function ConvertToBoolString

04.01-includeHell0/main.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11namespace details {
12 inline std::string ConvertToBoolString(bool b)
13 {
14 return b ? std::string{"true"} : std::string{"false"};
15 }
16
17} // namespace details
18

Callers 1

NormalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected