MCPcopy Create free account
hub / github.com/chen3feng/toft / ByteSet

Method ByteSet

base/string/byte_set.h:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28{
29public:
30 ByteSet()
31 {
32 Clear();
33 }
34
35 // fill with pred
36 template <typename Pred>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected