Created
April 27, 2018 07:11
-
-
Save deque-blog/903088921986e370966102c57a97118c 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
class MyClass | |
{ | |
public: | |
static MyClass constructThisWay(); | |
static MyClass constructThatWay(); | |
// ... | |
}; | |
auto x = MyClass::constructThatWay(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment