MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / reset

Method reset

include/std/bitset.h:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 base::set(pos, val);
95 }
96 void reset(size_t pos)
97 {
98 if (pos >= N)
99 {
100 __msl_error("index out of range of bitset::reset");
101 }
102 base::reset(pos);
103 }
104 bool test(size_t pos) const
105 {
106 if (pos >= N)

Callers

nothing calls this directly

Calls 2

__msl_errorFunction · 0.85
resetFunction · 0.50

Tested by

no test coverage detected