A copying macro that lets you create new atc-call-infop structures, based on existing structures.
Syntax:
(change-atc-call-info x [:encapsulate <encapsulate>])
This is a sometimes useful alternative to make-atc-call-info.
It constructs a new atc-call-infop structure that is a copy of
This is an ordinary
Macro:
(defmacro change-atc-call-info (x &rest args) (std::change-aggregate 'atc-call-info x args '((:encapsulate . atc-call-info->encapsulate)) 'change-atc-call-info 'nil))