MCPcopy Create free account
hub / github.com/KDE/labplot / operator<

Function operator<

src/3rdparty/QXlsx/source/xlsxrichstring.cpp:265–268  ·  view source on GitHub ↗

! * \internal */

Source from the content-addressed store, hash-verified

263 * \internal
264 */
265bool operator<(const RichString &rs1, const RichString &rs2)
266{
267 return rs1.d->idKey() < rs2.d->idKey();
268}
269
270/*!
271 \overload

Callers

nothing calls this directly

Calls 1

idKeyMethod · 0.80

Tested by

no test coverage detected