MCPcopy Create free account
hub / github.com/boostorg/compute / erase

Method erase

include/boost/compute/container/flat_map.hpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 iterator erase(const const_iterator &position, command_queue &queue)
204 {
205 return erase(position, position + 1, queue);
206 }
207
208 iterator erase(const const_iterator &position)
209 {

Callers

nothing calls this directly

Calls 3

findFunction · 0.85
default_queueMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected