14.3.5.3 Arguments
-
InitAny
- A reference to an
Any
to use in the assignment. TheAny
to use in the assignment determines whether the Any assumes ownership of the memory inValue
. IfRelease
isCORBA_TRUE
, theAny
assumes ownership and deep-copies theInitAny
argument’s value; if Release isCORBA_FALSE
, theAny
shallow-copies theInitAny
argument’s value.