MCPcopy Create free account
hub / github.com/dds-bridge/dds / equals_to_string

Function equals_to_string

library/tests/print.cpp:103–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103string equals_to_string(const int equals)
104{
105 string st = "";
106 for (unsigned i = 15; i >= 2; i--)
107 {
108 if ((equals >> 2) & dbit_map_rank[i])
109 st += static_cast<char>(dcard_rank[i]);
110 }
111 return (st == "" ? "-" : st);
112}
113
114
115void print_TABLE(const DdTableResults& table)

Callers 1

print_FUTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected