| 297 | |
| 298 | template <typename T> |
| 299 | cs_impl::operators::result cs_impl::operators::handler<T>::selfdec(void *lhs, void *rhs) |
| 300 | { |
| 301 | cs::operators::selfdec(*static_cast<T *>(lhs)); |
| 302 | return result(); |
| 303 | } |
| 304 | |
| 305 | template <typename T> |
| 306 | cs_impl::operators::result cs_impl::operators::handler<T>::compare(void *lhs, void *rhs) |