vg
tools for working with variation graphs
Public Member Functions | List of all members
vg::IncrementalSubgraph::FCmp Struct Reference

Public Member Functions

bool operator() (const tuple< int64_t, handle_t, unordered_set< handle_t > *, vector< size_t > * > &a, const tuple< int64_t, handle_t, unordered_set< handle_t > *, vector< size_t > * > &b) const
 

Detailed Description

comparator for the frontier, order first by number of unseen incoming edges and then by distance and break ties arbitrarily based on handle values

Member Function Documentation

◆ operator()()

bool vg::IncrementalSubgraph::FCmp::operator() ( const tuple< int64_t, handle_t, unordered_set< handle_t > *, vector< size_t > * > &  a,
const tuple< int64_t, handle_t, unordered_set< handle_t > *, vector< size_t > * > &  b 
) const
inline

The documentation for this struct was generated from the following file: