Skip to content

Instantly share code, notes, and snippets.

@jeffhung
Created December 24, 2018 10:18
Show Gist options
  • Save jeffhung/9c3a9449dff0ba82ee13ab36729ac499 to your computer and use it in GitHub Desktop.
Save jeffhung/9c3a9449dff0ba82ee13ab36729ac499 to your computer and use it in GitHub Desktop.
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