Easy way to define a inline class
which inherits all members of the base class.
#2854
Labels
feature
Proposed language feature that solves one or more problems
typedef
is a easy way to define a alias of a type, but it doesn't have separate static type to be completed, inferred or checked.On the other hand,
inline class
doesn't inherit members of base class.I want to have easy way to define a
inline class
which inherits all members of the base class.For example,
The text was updated successfully, but these errors were encountered: