MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Size

Method Size

Bcore/src/main/cpp/base/hash_set.h:408–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 }
407
408 size_t Size() const {
409 return num_elements_;
410 }
411
412 void swap(HashSet& other) {
413 // Use argument-dependent lookup with fall-back to std::swap() for function objects.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected