| 304 | |
| 305 | template <typename T> |
| 306 | cs_impl::operators::result cs_impl::operators::handler<T>::compare(void *lhs, void *rhs) |
| 307 | { |
| 308 | return result::from_int(cs::operators::compare(*static_cast<const T *>(lhs), static_cast<const any *>(rhs)->template unchecked_get<T>())); |
| 309 | } |
| 310 | |
| 311 | template <typename T> |
| 312 | cs_impl::operators::result cs_impl::operators::handler<T>::abocmp(void *lhs, void *rhs) |