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

Method rightPtr

source/core/StarBiMap.hpp:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284
285template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT>
286RightT const* BiMap<LeftT, RightT, LeftMapT, RightMapT>::rightPtr(Left const& left) const {
287 return m_leftMap.value(left);
288}
289
290template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT>
291LeftT const* BiMap<LeftT, RightT, LeftMapT, RightMapT>::leftPtr(Right const& right) const {

Callers 5

pushResponsesMethod · 0.45
handleInputMethod · 0.45
operator==Method · 0.45
AssetsMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected