| 316 | |
| 317 | template <typename T> |
| 318 | cs_impl::operators::result cs_impl::operators::handler<T>::undcmp(void *lhs, void *rhs) |
| 319 | { |
| 320 | return result::from_int(cs::operators::undcmp(*static_cast<const T *>(lhs), static_cast<const any *>(rhs)->template unchecked_get<T>())); |
| 321 | } |
| 322 | |
| 323 | template <typename T> |
| 324 | cs_impl::operators::result cs_impl::operators::handler<T>::aeqcmp(void *lhs, void *rhs) |