illumina::interop::logic::summary::detail Namespace Reference
Functions | |
bool | not_empty (const model::summary::lane_summary &summary) |
bool | less_than (const model::summary::lane_summary &lhs, const model::summary::lane_summary &rhs) |
Function Documentation
|
inline |
Predicate to sort lane summaries by lane number
- Parameters
-
lhs left hand side summary rhs right hand side summary
- Returns
- true if lhs < rhs
|
inline |
Predicate for std::partition to shuffle all non empty summaries to the start of the array
- Parameters
-
summary lane summary
- Returns
- true if the summary is not empty