use struct for plain-old-data structures without any class-like features ; use class when you make use of features such as private or protected members, non-default constructors and operators, etc.
use struct for plain-old-data structures without any class-like features ; use class when you make use of features such as private or protected members, non-default constructors and operators, etc.