how to use opdot

Christopher Wright dhasenan at gmail.com
Thu Nov 20 16:24:29 PST 2008


Steven Schveighoffer wrote:
> Not exactly ;)  The wrapped type is not equivalent to inheritance.

No, exactly:

class Wrapper(T) : T
{
	T opDot() {}
}


More information about the Digitalmars-d-learn mailing list