| 208 | |
| 209 | template <typename T> |
| 210 | cs_impl::operators::result cs_impl::operators::handler<T>::detach(void *lhs, void *rhs) |
| 211 | { |
| 212 | cs_impl::detach<T>(*static_cast<T *>(lhs)); |
| 213 | return result(); |
| 214 | } |
| 215 | |
| 216 | template <typename T> |
| 217 | cs_impl::operators::result cs_impl::operators::handler<T>::ext_ns(void *lhs, void *rhs) |
no test coverage detected