[#operator_lt-063] = operator< :mrdocs: Order two destinations by their scripts. == Synopsis Declared in `<addresstype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator<( xref:CNoDestination.adoc[CNoDestination] const& a, xref:CNoDestination.adoc[CNoDestination] const& b); ---- == Return Value True if `a`'s script orders before `b`'s. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first destination. | *b* | The second destination. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#