OSVR-Core
|
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.
More...
#include <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