Can POD have a constructor?
Can POD have a constructor? POD’s and trivial classes are now allowed to have constructors, as long as trivial default constructor, copy constructor, copy assignment, and destructor are available. POD’s and standard-layout types are now allowed to have access control. All non-static data members must have the same access control. What is POD type C++? […]