MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / clear

Method clear

include/hipSYCL/common/unordered_dense.hpp:1368–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1366 // modifiers //////////////////////////////////////////////////////////////
1367
1368 void clear() {
1369 m_values.clear();
1370 clear_buckets();
1371 }
1372
1373 auto insert(value_type const& value) -> std::pair<iterator, bool> {
1374 return emplace(value);

Callers 1

operator=Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected