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

Method leftValues

source/core/StarBiMap.hpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT>
186List<LeftT> BiMap<LeftT, RightT, LeftMapT, RightMapT>::leftValues() const {
187 return m_leftMap.keys();
188}
189
190template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT>
191List<RightT> BiMap<LeftT, RightT, LeftMapT, RightMapT>::rightValues() const {

Callers 2

modNamesMethod · 0.80
nakedMethod · 0.80

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected