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