Skip to content

Commit

Permalink
archive/boost_docs/libs/graph: archive/boost_docs/libs/utility への相対リン…
Browse files Browse the repository at this point in the history
…クを修正 (#29)
  • Loading branch information
e-kwsm committed Apr 29, 2017
1 parent 0e7c7f8 commit aeb5e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archive/boost_docs/libs/graph/BidirectionalGraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BidirectionalGraph コンセプトは、[IncidenceGraph](IncidenceGraph.md) を
- このタグ型は `bidirectional_graph_tag` に変換可能でなければならない。

- `boost::graph_traits<G>::in_edge_iterator`
- 頂点 `v` のための入辺イテレータは `v` の入辺へのアクセスを提供する。そのため入辺イテレータの値型はそのグラフの辺記述子型である。 入辺イテレータは [MultiPassInputIterator](MultiPassInputIterator.md) の要求を満たしていなければならない。
- 頂点 `v` のための入辺イテレータは `v` の入辺へのアクセスを提供する。そのため入辺イテレータの値型はそのグラフの辺記述子型である。 入辺イテレータは [MultiPassInputIterator](../utility/MultiPassInputIterator.md) の要求を満たしていなければならない。


## 有効な表現式
Expand Down
2 changes: 1 addition & 1 deletion archive/boost_docs/libs/graph/adjacency_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ boost/graph/adjacency_matrix.hpp


## Model Of
[VertexAndEdgeListGraph](VertexAndEdgeListGraph.md), [AdjacencyMatrix](AdjacencyMatrix.md), [MutablePropertyGraph](MutablePropertyGraph.md), [CopyConstructible](../utility/CopyConstructible.md), and [Assignable](Assignable.md).
[VertexAndEdgeListGraph](VertexAndEdgeListGraph.md), [AdjacencyMatrix](AdjacencyMatrix.md), [MutablePropertyGraph](MutablePropertyGraph.md), [CopyConstructible](../utility/CopyConstructible.md), and [Assignable](../utility/Assignable.md).


## Associates Types
Expand Down

0 comments on commit aeb5e5f

Please sign in to comment.