andres::graph
Main Page
Namespaces
Classes
github-graph
include
andres
graph
subgraph.hxx
1
#pragma once
2
#ifndef ANDRES_GRAPH_SUBGRAPH_HXX
3
#define ANDRES_GRAPH_SUBGRAPH_HXX
4
5
namespace
andres {
6
namespace
graph {
7
9
template
<
class
T = std::
size_t
>
10
struct
DefaultSubgraphMask
{
11
typedef
T
Value
;
12
13
bool
vertex
(
const
Value
v)
const
14
{
return
true
; }
15
bool
edge
(
const
Value
e)
const
16
{
return
true
; }
17
};
18
19
}
// namespace graph
20
}
// namespace andres
21
22
#endif // #ifndef ANDRES_GRAPH_SUBGRAPH_HXX
Generated on Fri Feb 12 2016 10:41:05 for andres::graph by
1.8.1.2