MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / end

Method end

source/core/StarBiMap.hpp:379–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377
378template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT>
379auto BiMap<LeftT, RightT, LeftMapT, RightMapT>::end() const -> const_iterator {
380 return BiMapIterator{m_leftMap.end()};
381}
382
383template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT>
384size_t BiMap<LeftT, RightT, LeftMapT, RightMapT>::size() const {

Callers 4

fromMethod · 0.45
BiMapMethod · 0.45
maybeRightMethod · 0.45
maybeLeftMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected