Compare two byte vectors, shorter ones ordering first.
Declared in <script/signingprovider.h>
bool
operator()(
std::vector<unsigned char> const& a,
std::vector<unsigned char> const& b) const;
True if a orders before b.
| Name | Description |
|---|---|
| a | The left-hand byte vector. |
| b | The right-hand byte vector. |