File: wsinfo.cc

package info (click to toggle)
sinfo 0.0.48-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,332 kB
  • sloc: sh: 11,213; cpp: 6,722; makefile: 271; xml: 151; perl: 149
file content (8 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#include "sinfo.h"
#include "stringandnumericcomparison.h"

bool operator<(const Wsinfo& a, const Wsinfo& b)
{
  return stringAndNumericLessThan(a.name, b.name);
}