MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / ParserRefImpl

Method ParserRefImpl

test/catch.hpp:10302–10305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10300 std::string m_description;
10301
10302 explicit ParserRefImpl(std::shared_ptr<BoundRef> const& ref)
10303 : m_ref(ref)
10304 {
10305 }
10306
10307public:
10308 template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected