[MECpp]Item-4 Avoid Gratuitous Default Constructors
· β 5 min read
Including meaningless default constructors affects the efficiency of classes, so avoiding them in classes guarantees fully-initialized objects, with the cost of some limits on how such classes can be used.