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

Method get_allocator

3party/ankerl/unordered_dense.h:851–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849 }
850
851 [[nodiscard]] auto get_allocator() const -> allocator_type {
852 return allocator_type{m_blocks.get_allocator()};
853 }
854
855 template <class... Args>
856 auto emplace_back(Args&&... args) -> reference {

Callers 9

increase_capacityMethod · 0.45
deallocMethod · 0.45
segmented_vectorMethod · 0.45
operator=Method · 0.45
shrink_to_fitMethod · 0.45
tableFunction · 0.45
operator=Function · 0.45
get_allocatorFunction · 0.45
unordered_dense.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected