| 322 | |
| 323 | template <typename T> |
| 324 | cs_impl::operators::result cs_impl::operators::handler<T>::aeqcmp(void *lhs, void *rhs) |
| 325 | { |
| 326 | return result::from_int(cs::operators::aeqcmp(*static_cast<const T *>(lhs), static_cast<const any *>(rhs)->template unchecked_get<T>())); |
| 327 | } |
| 328 | |
| 329 | template <typename T> |
| 330 | cs_impl::operators::result cs_impl::operators::handler<T>::ueqcmp(void *lhs, void *rhs) |