| 202 | |
| 203 | template <typename T> |
| 204 | cs_impl::operators::result cs_impl::operators::handler<T>::hash(void *lhs, void *rhs) |
| 205 | { |
| 206 | return result::from_uint(cs_impl::hash<T>(*static_cast<const T *>(lhs))); |
| 207 | } |
| 208 | |
| 209 | template <typename T> |
| 210 | cs_impl::operators::result cs_impl::operators::handler<T>::detach(void *lhs, void *rhs) |