MCPcopy Create free account
hub / github.com/arq5x/bedtools2 / ValueLessThan

Class ValueLessThan

src/utils/VectorOps/VectorOps.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48struct ValueLessThan
49{
50 bool operator()( const vector< pair<int, string> >::value_type& lhs,
51 const vector< pair<int, string> >::value_type& rhs ) const
52 {
53 return lhs.first < rhs.first;
54 }
55};
56
57// Constructor
58VectorOps::VectorOps(const vector<string> &vec)

Callers 1

GetFreqAscMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected