Replies: 2 comments 2 replies
-
| This is currently not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
| If you make |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I know I can declare a static function member of a type just by omitting the
thisparameter. But how to declare a static data member, such as a list of month names for aMonthtype, without having it being duplicated for all instances of the type?Beta Was this translation helpful? Give feedback.
All reactions