MCPcopy Create free account
hub / github.com/TheImagingSource/tiscamera / bool_string

Function bool_string

tools/tcam-ctrl/properties.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34{
35
36const char* bool_string (bool value)
37{
38 if (value)
39 {
40 return "true";
41 }
42 return "false";
43}
44
45
46template<class T> GType get_GType_for_enum()

Callers 1

print_propertiesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected