Modifying constructor for init-declor-info structures.
(change-init-declor-info x
[:type <type>]
[:typedefp <typedefp>]
[:uid? <uid?>])
This is an often useful alternative to make-init-declor-info.
We construct a new init-declor-info structure that is a copy of
This is an ordinary
Macro:
(defmacro change-init-declor-info (x &rest args) (std::change-aggregate 'init-declor-info x args '((:type . init-declor-info->type) (:typedefp . init-declor-info->typedefp) (:uid? . init-declor-info->uid?)) 'change-init-declor-info 'nil))