Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ operator~
Method
operator~
ext/include/llvm/ADT/SmallBitVector.h:446–448 ·
view source on GitHub ↗
No argument flip.
Source
from the content-addressed store, hash-verified
444
445
// No argument flip.
446
SmallBitVector operator~() const {
447
return SmallBitVector(*this).flip();
448
}
449
450
// Indexing.
451
reference operator[](unsigned Idx) {
Callers
nothing calls this directly
Calls
1
SmallBitVector
Class · 0.85
Tested by
no test coverage detected