Created
December 24, 2018 10:18
-
-
Save jeffhung/9c3a9449dff0ba82ee13ab36729ac499 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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