Assegnamenti nelle funzioni const non ne vedo.
Può essere che il set richieda un operatore di confronto globale. (In genere si scrivono tutti e due)
codice:bool operator<(aula const& au, aula const& au1) const { return au < au1; }
Assegnamenti nelle funzioni const non ne vedo.
Può essere che il set richieda un operatore di confronto globale. (In genere si scrivono tutti e due)
codice:bool operator<(aula const& au, aula const& au1) const { return au < au1; }
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.