MCPcopy Create free account
hub / github.com/dblalock/bolt / clone

Method clone

cpp/quantize/catch.hpp:2116–2118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2114 struct MatcherImpl : Matcher<ExpressionT> {
2115
2116 virtual Ptr<Matcher<ExpressionT> > clone() const {
2117 return Ptr<Matcher<ExpressionT> >( new DerivedT( static_cast<DerivedT const&>( *this ) ) );
2118 }
2119 };
2120
2121 namespace Generic {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected