Archive pour mars 2021
Proper handling of temporary objects
Posté par Olivier dans Trucs & Astuces le 10 mars 2021
Purpose Making a wrapper that keeps reference to some constructor arguments.That’s OK as long as the wrapper lifetime is longer or equal to its construction arguments. If the wrapper is created from temporary objects, it should better be used in the same line _or_ it will make reference to possibly destroyed objects. Example Available on […]