PandA-2024.02
Public Member Functions | Private Attributes
ltedge< Graph > Struct Template Reference

Functor used to sort edges. More...

#include <graph.hpp>

Collaboration diagram for ltedge< Graph >:
Collaboration graph
[legend]

Public Member Functions

 ltedge (const Graph *_g)
 The constructors. More...
 
bool operator() (const typename boost::graph_traits< Graph >::edge_descriptor first, const typename boost::graph_traits< Graph >::edge_descriptor second) const
 Redefinition of binary operator as less than. More...
 

Private Attributes

const Graphg
 the graph More...
 

Detailed Description

template<typename Graph>
struct ltedge< Graph >

Functor used to sort edges.

Definition at line 1270 of file graph.hpp.

Constructor & Destructor Documentation

◆ ltedge()

template<typename Graph >
ltedge< Graph >::ltedge ( const Graph _g)
inlineexplicit

The constructors.

Definition at line 1280 of file graph.hpp.

Member Function Documentation

◆ operator()()

template<typename Graph >
bool ltedge< Graph >::operator() ( const typename boost::graph_traits< Graph >::edge_descriptor  first,
const typename boost::graph_traits< Graph >::edge_descriptor  second 
) const
inline

Redefinition of binary operator as less than.

Definition at line 1287 of file graph.hpp.

References lenet_tvm::target.

Field Documentation

◆ g

template<typename Graph >
const Graph* ltedge< Graph >::g
private

the graph

Definition at line 1274 of file graph.hpp.


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

Generated on Mon Feb 12 2024 13:03:57 for PandA-2024.02 by doxygen 1.8.13