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

Method test

include/std/bitset.h:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 base::reset(pos);
103 }
104 bool test(size_t pos) const
105 {
106 if (pos >= N)
107 {
108 __msl_error("index out of range of bitset::test");
109 }
110 return base::test(pos);
111 }
112
113 };
114} // namespace std

Callers

nothing calls this directly

Calls 2

__msl_errorFunction · 0.85
testFunction · 0.85

Tested by

no test coverage detected