#include <osvr/Util/TypeSafeIdHash.h>
Template specialized for common aggregates of TypeSafeIds, with the intent that you can simply open namespace std
and derive your specialization of struct hash
from this. e.g. namespace std { template <> struct hash<osvr::vbtracker::BodyTargetId> : osvr::util::HashIdAggregate<osvr::vbtracker::BodyTargetId> {}; } // namespace std
Definition at line 98 of file TypeSafeIdHash.h.