No. Because a template vector
instantiation definition will instantiate all members of template vector
, including member functions whose default argument is the default constructor of the template parameter type.
No. Because a template vector
instantiation definition will instantiate all members of template vector
, including member functions whose default argument is the default constructor of the template parameter type.