[#prevector-0c-operator_lt] = xref:prevector-0c.adoc[prevector]::operator< :relfileprefix: ../ :mrdocs: Orders two containers lexicographically by their elements. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator<(xref:prevector-0c.adoc[prevector<N, T, Size, Diff>] const& other) const; ---- == Return Value `true` if this container is ordered before `other`. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The container to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#