| 332 | typedef PolyBase<variant,create_type_input,error_handle_traits> ThisType; |
| 333 | public: |
| 334 | poly as_poly() const |
| 335 | { |
| 336 | return p_Copy(ptr->p,ptr->getRing()); |
| 337 | } |
| 338 | template<class T> void checkIsSameRing(T& p) |
| 339 | { |
| 340 | if (error_handle_traits::handleErrors) |
no test coverage detected