MCPcopy Create free account
hub / github.com/comaps/comaps / move

Method move

libs/base/limited_priority_queue.hpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 void reserve(size_t n) { m_queue.reserve(n); }
78
79 std::vector<T> move() { return std::move(m_queue); }
80
81private:
82 std::vector<T> m_queue;

Callers 7

publish_coastlineFunction · 0.45
wd_publishFunction · 0.45
download_fileFunction · 0.45
applyMethod · 0.45
setup_osm2ftMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected