GraphDom
Toggle main menu visibility
Loading...
Searching...
No Matches
edge_endpoint.h
1
/*
2
* Copyright 2026 Michele Comparini
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef GRAPHDOM_EDGE_ENDPOINT_IMPL_H
8
#define GRAPHDOM_EDGE_ENDPOINT_IMPL_H
9
10
#include "../../graph.h"
11
#include "../edge_endpoint.h"
12
13
template
<
typename
VertexType>
14
template
<
typename
VertexContainerPo
int
erType>
15
graphdom::graph<VertexType>::edge_endpoint<VertexContainerPointerType>::edge_endpoint(
const
VertexContainerPointerType ptr) : vertex_container_ptr(ptr) {}
16
17
#endif
//GRAPHDOM_EDGE_ENDPOINT_IMPL_H
include
graphdom
detail
impl
edge_endpoint.h
Generated by
1.17.0