6 #define HASH_NAMESPACE osg_hash
18 struct hash
<OSG::Int16
>
20 size_t operator()(OSG::Int16 __x
) const
22 return static_cast<size_t>(__x
);
27 struct hash
<OSG::UInt16
>
29 size_t operator()(OSG::UInt16 __x
) const
31 return static_cast<size_t>(__x
);
40 size_t operator()(SHORT __x
) const
42 return static_cast<size_t>(__x
);
50 size_t operator()(USHORT __x
) const
52 return static_cast<size_t>(__x
);
60 #endif // _HASH_FUN_H_