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

Method begin

source/core/StarOrderedMap.hpp:424–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422
423template <template <typename...> class Map, typename Key, typename Value, typename Allocator, typename... MapArgs>
424auto OrderedMapWrapper<Map, Key, Value, Allocator, MapArgs...>::begin() const -> const_iterator {
425 return m_order.begin();
426}
427
428template <template <typename...> class Map, typename Key, typename Value, typename Allocator, typename... MapArgs>
429auto OrderedMapWrapper<Map, Key, Value, Allocator, MapArgs...>::end() const -> const_iterator {

Callers 6

fromMethod · 0.45
insertFrontMethod · 0.45
valueAtMethod · 0.45
takeFirstMethod · 0.45
firstMethod · 0.45
toFrontMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected