| 38 | /// pointer because there is no ownership involved here |
| 39 | template <class... Args> |
| 40 | function_line(const axes_handle &parent, Args&&... args) |
| 41 | : function_line(parent.get(), std::forward<Args>(args)...) {} |
| 42 | |
| 43 | public: |
| 44 | std::string plot_string() override; |
nothing calls this directly
no outgoing calls
no test coverage detected