estándar::string::borrar en C++
El contenido de la string se establece en una string vacía, borrando cualquier contenido anterior y dejando así su tamaño en 0 caracteres. Parámetros: ninguno Valor devuelto: ninguno void string ::clear () – Removes all characters (makes string empty) – Doesn’t throw any error – Receives no parameters and returns nothing // CPP code to … Continue reading «estándar::string::borrar en C++»