| 328 | |
| 329 | template <typename T> |
| 330 | cs_impl::operators::result cs_impl::operators::handler<T>::ueqcmp(void *lhs, void *rhs) |
| 331 | { |
| 332 | return result::from_int(cs::operators::ueqcmp(*static_cast<const T *>(lhs), static_cast<const any *>(rhs)->template unchecked_get<T>())); |
| 333 | } |
| 334 | |
| 335 | template <typename T> |
| 336 | cs_impl::operators::result cs_impl::operators::handler<T>::index(void *lhs, void *rhs) |