GraphDom
Toggle main menu visibility
Loading...
Searching...
No Matches
non_mixed_graph_vertex_container.h
1
/*
2
* Copyright 2026 Michele Comparini
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef GRAPHDOM_NON_MIXED_GRAPH_VERTEX_CONTAINER_IMPL_H
8
#define GRAPHDOM_NON_MIXED_GRAPH_VERTEX_CONTAINER_IMPL_H
9
10
#include "../../graph.h"
11
#include "../vertex_container.h"
12
13
template
<
typename
VertexType>
14
template
<
typename
VertexContainerPo
int
erType>
15
graphdom::graph<VertexType>::non_mixed_graph_vertex_container<VertexContainerPointerType>::
16
non_mixed_graph_vertex_container
(
const
VertexType& v) : vertex_container(v) {}
17
18
template
<
typename
VertexType>
19
template
<
typename
VertexContainerPo
int
erType>
20
graphdom::graph<VertexType>::non_mixed_graph_vertex_container<VertexContainerPointerType>::
21
non_mixed_graph_vertex_container
(VertexType&& v) : vertex_container( std::move( v ) ) {}
22
23
#endif
//GRAPHDOM_NON_MIXED_GRAPH_VERTEX_CONTAINER_IMPL_H
graphdom::graph
Every graph created using this library is an instance of a concrete class publicly derived,...
Definition
graph.h:43
include
graphdom
detail
impl
non_mixed_graph_vertex_container.h
Generated by
1.17.0