MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / end

Method end

Src/Base/AMReX_DistributionMapping.cpp:575–575  ·  view source on GitHub ↗

NOLINT(readability-make-member-function-const)

Source from the content-addressed store, hash-verified

573 [[nodiscard]] Vector<WeightedBox>::const_iterator begin () const { return m_lb->begin(); }
574 [[nodiscard]] Vector<WeightedBox>::iterator begin () { return m_lb->begin(); } // NOLINT(readability-make-member-function-const)
575 [[nodiscard]] Vector<WeightedBox>::const_iterator end () const { return m_lb->end(); }
576 [[nodiscard]] Vector<WeightedBox>::iterator end () { return m_lb->end(); } // NOLINT(readability-make-member-function-const)
577
578 bool operator< (const WeightedBoxList& rhs) const

Callers 6

DistributionMappingMethod · 0.45
RoundRobinDoItMethod · 0.45
knapsackFunction · 0.45
KnapSackDoItMethod · 0.45
KnapSackProcessorMapMethod · 0.45
SFCProcessorMapDoItMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected