|
| my_edge_copier (const Graph1 &UNUSED(g1), Graph2 &UNUSED(g2)) |
|
template<typename Edge1 , typename Edge2 > |
void | operator() (const Edge1 &, Edge2 &) const |
|
| my_edge_copier (const Graph1 &, Graph2 &) |
|
template<typename Edge1 , typename Edge2 > |
void | operator() (const Edge1 &, Edge2 &) const |
|
template<typename Graph1, typename Graph2>
struct my_edge_copier< Graph1, Graph2 >
Definition at line 109 of file testDigitalSurfaceBoostGraphInterface.cpp.
◆ my_edge_copier() [1/2]
template<typename Graph1 , typename Graph2 >
◆ my_edge_copier() [2/2]
template<typename Graph1 , typename Graph2 >
◆ operator()() [1/2]
template<typename Graph1 , typename Graph2 >
template<typename Edge1 , typename Edge2 >
void my_edge_copier< Graph1, Graph2 >::operator() |
( |
const Edge1 & |
, |
|
|
Edge2 & |
|
|
) |
| const |
|
inline |
◆ operator()() [2/2]
template<typename Graph1 , typename Graph2 >
template<typename Edge1 , typename Edge2 >
void my_edge_copier< Graph1, Graph2 >::operator() |
( |
const Edge1 & |
, |
|
|
Edge2 & |
|
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following files: