MCPcopy Create free account
hub / github.com/comaps/comaps / operator=

Method operator=

3party/ankerl/unordered_dense.h:739–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737 }
738
739 auto operator=(segmented_vector const& other) -> segmented_vector& {
740 if (this == &other) {
741 return *this;
742 }
743 clear();
744 append_everything_from(other);
745 return *this;
746 }
747
748 auto operator=(segmented_vector&& other) noexcept -> segmented_vector& {
749 clear();

Callers

nothing calls this directly

Calls 3

clearFunction · 0.85
get_allocatorFunction · 0.85
get_allocatorMethod · 0.45

Tested by

no test coverage detected