Modifying constructor for lifetime-auto structures.
(change-lifetime-auto x
)
This is an often useful alternative to make-lifetime-auto.
We construct a new lifetime-auto structure that is a copy of
This is an ordinary
Macro:
(defmacro change-lifetime-auto (x &rest args) (std::change-aggregate 'lifetime-auto x args 'nil 'change-lifetime-auto 'nil))