Home > Software engineering >  CArray type structure
CArray type structure

Time:10-31

Defines a class CAxis, want to use a CArray defines a CAxis array, where should be defined?

CodePudding user response:

CArray & lt; CAxis & gt; M_AxisArray; (note: in the CAxis to operator=)

CodePudding user response:

CArray itself is a template, you can directly made element type
  • Related