[#ShortestVectorFirstComparator] = ShortestVectorFirstComparator :mrdocs: Orders byte vectors by length first, then lexicographically. == Synopsis Declared in `<script/signingprovider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ShortestVectorFirstComparator; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:ShortestVectorFirstComparator/operator_call.adoc[`operator()`] | Compare two byte vectors, shorter ones ordering first. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#