Skip to content

Instantly share code, notes, and snippets.

@jeffhung
Created December 24, 2018 10:18
struct TestC
{
std::shared_ptr<Test> GetIntance();
Test* GetRawPointer();
Test& GetReference();
std::unique_ptr<Test> GetUniqueInstance();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment