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

Method begin

source/core/StarOrderedSet.hpp:353–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352template <template <typename...> class Map, typename Value, typename Allocator, typename... Args>
353auto OrderedSetWrapper<Map, Value, Allocator, Args...>::begin() const -> const_iterator {
354 return m_order.begin();
355}
356
357template <template <typename...> class Map, typename Value, typename Allocator, typename... Args>
358auto OrderedSetWrapper<Map, Value, Allocator, Args...>::end() const -> const_iterator {

Callers 6

fromMethod · 0.45
addFrontMethod · 0.45
toFrontMethod · 0.45
removeFirstMethod · 0.45
takeFirstMethod · 0.45
StarOrderedSet.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected