MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / operator->

Method operator->

source/core/StarFlatHashTable.hpp:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator>
249auto FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::const_iterator::operator->() const -> Value const* {
250 return current->valuePtr();
251}
252
253template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator>
254bool FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::iterator::operator==(iterator const& rhs) const {

Callers

nothing calls this directly

Calls 1

valuePtrMethod · 0.80

Tested by

no test coverage detected