MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / end

Method end

src/ifcparse/map_transformer.h:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 iterator end() {
105 return iterator(base_map_->end(), &transform_);
106 }
107
108 iterator find(const key_type& k) {
109 return iterator(base_map_->find(k), &transform_);

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected