compareReadNames

Comparison function for 'queryname' sorting order (return whether first read is 'less' than second)

This function can be called on:

  • two reads
  • read and string in any order

  1. bool compareReadNames(R1 a1, R2 a2)
    bool
    compareReadNames
    (
    R1
    R2
    )
    (
    const auto ref R1 a1
    ,
    const auto ref R2 a2
    )
    if ()
  2. bool compareReadNames(R1 a1, R2 a2)
  3. bool compareReadNames(R1 a1, R2 a2)

Meta