[#operator_lt-07a] = operator< :mrdocs: Order two services. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator<( xref:CService.adoc[CService] const& a, xref:CService.adoc[CService] const& b); ---- == Return Value True when `a` orders before `b`. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first service to compare. | *b* | The second service to compare. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#