#include <Graph.hpp>
Definition at line 380 of file Graph.hpp.
◆ LayerInGraph() [1/2]
template<typename... Args>
| LayerInGraph |
( |
Graph & | graph, |
|
|
Args &&... | args ) |
|
inline |
Definition at line 384 of file Graph.hpp.
385 : LayerInGraphBase<ConstantLayer>(graph,
386
388 std::forward<Args>(args)...)
389 {}
Iterator::difference_type IteratorDifference
◆ LayerInGraph() [2/2]
template<typename... Args>
Definition at line 391 of file Graph.hpp.
394 {}
LayerInGraph(Graph &graph, Args &&... args)
◆ ~LayerInGraph()
The documentation for this class was generated from the following file: