|
4.27.6 reference and shared related functions
def
- explicitly type casts to
reference or shared , respectively.
(Note: For the def declaration, see def.)
Example:
link
- explicitly dereference a
reference or shared object.
(Note: For the link declaration, see link.)
Example:
system
- The
reference and shared objects overload the
system command to gain extended features, see system(ref, "help")
for more details.
(Note: For the general system command, see system.)
Example:
|