| 2621 | } |
| 2622 | template <typename D> |
| 2623 | args_proxy object_api<D>::operator*() const { |
| 2624 | return args_proxy(derived().ptr()); |
| 2625 | } |
| 2626 | template <typename D> |
| 2627 | template <typename T> |
| 2628 | bool object_api<D>::contains(T &&item) const { |
nothing calls this directly
no test coverage detected