[#CNoDestination] = CNoDestination :mrdocs: A destination that has no associated address, optionally wrapping a script. == Synopsis Declared in `<addresstype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CNoDestination; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CNoDestination/2constructor-05.adoc[`CNoDestination`] [.small]#[constructor]# | Constructors | xref:CNoDestination/GetScript.adoc[`GetScript`] | Return the wrapped script. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:operator_lt-063.adoc[operator<]` | Order two destinations by their scripts. | `xref:operator_eq-06f.adoc[operator==]` | Compare two destinations for equality by their scripts. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#