[#CNoDestination-2constructor-05] = xref:CNoDestination.adoc[CNoDestination]::CNoDestination :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<addresstype.h>` Construct an empty destination with no script. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:CNoDestination/2constructor-0a.adoc[CNoDestination]() = default; ---- [.small]#xref:CNoDestination/2constructor-0a.adoc[_» more..._]# Construct a destination wrapping the given script. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:CNoDestination/2constructor-06.adoc[CNoDestination](xref:CScript.adoc[CScript] const& script); ---- [.small]#xref:CNoDestination/2constructor-06.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *script* | The script this destination holds. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#