operator < method

bool operator <(
  1. StreamPriority other
)

Implementation

bool operator <(StreamPriority other) => comparator(this, other) < 0;