Is there a specific practice of how static class members are stored?
I see there is a member named "class data" in "struct TypeInfo".
Can I use that for static class members?
By static member I'm referring to the concept from OOP.

Reply via email to