MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / Compare

Function Compare

xmpsdk/src/XMPCore_Impl.cpp:1457–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1455// Sort the pointers in an XMP_NodeOffspring vector by name.
1456
1457static inline bool Compare ( const XMP_Node * left, const XMP_Node * right )
1458{
1459 return (left->name < right->name);
1460}
1461
1462void
1463SortNamedNodes ( XMP_NodeOffspring & nodeVector )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected