![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Implements set operations. More...
#include <tpf_set.hpp>
Go to the source code of this file.
Namespaces | |
namespace | tpf |
Includes subnamespace conversion. | |
namespace | tpf::graph |
Macros | |
#define | NOMINMAX |
Functions | |
constexpr bool | tpf::graph::is_directed (int direction) |
constexpr bool | tpf::graph::is_weighted (int weighted) |
template<int EdgeDirected, typename EdgeIndexType , typename... EdgeTypes, template< typename, typename... > class ContainerType, typename... Types> | |
tpf::sstream & | tpf::graph::operator<< (tpf::sstream &os, const ContainerType< edge< EdgeDirected, EdgeIndexType, EdgeTypes... >, Types... > &edges) |
template<typename EdgeType , typename IndexType_1 , typename IndexType_2 , typename WeightType > | |
EdgeType | tpf::graph::make_edge (IndexType_1 index_1, IndexType_2 index_2, WeightType weight, bool bForceDirection=false) |
template<typename EdgeType , typename IndexType_1 , typename IndexType_2 > | |
EdgeType | tpf::graph::make_edge (IndexType_1 index_1, IndexType_2 index_2, bool bForceDirection=false) |
Implements set operations.
Definition in file tpf_graph.hpp.
#define NOMINMAX |
Definition at line 15 of file tpf_graph.hpp.