| 10300 | std::string m_description; |
| 10301 | |
| 10302 | explicit ParserRefImpl(std::shared_ptr<BoundRef> const& ref) |
| 10303 | : m_ref(ref) |
| 10304 | { |
| 10305 | } |
| 10306 | |
| 10307 | public: |
| 10308 | template<typename T> |
nothing calls this directly
no outgoing calls
no test coverage detected