MCPcopy Create free account
hub / github.com/cirquit/trdrop / SharedImpl

Method SharedImpl

ext/catch.hpp:611–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609 struct SharedImpl : T {
610
611 SharedImpl() : m_rc( 0 ){}
612
613 virtual void addRef() const {
614 ++m_rc;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected