bryanedds/ax

Is this somehow getting the address's inlined hash_code?

Closed this issue · 1 comments

return static_cast<std::size_t>(address);

Apparently not an issue as it uses the size_t cast operator -

explicit operator std::size_t() const;

Not sure that having such an operator makes sense, however.