| 290 | |
| 291 | template <typename T> |
| 292 | cs_impl::operators::result cs_impl::operators::handler<T>::selfinc(void *lhs, void *rhs) |
| 293 | { |
| 294 | cs::operators::selfinc(*static_cast<T *>(lhs)); |
| 295 | return result(); |
| 296 | } |
| 297 | |
| 298 | template <typename T> |
| 299 | cs_impl::operators::result cs_impl::operators::handler<T>::selfdec(void *lhs, void *rhs) |