Implementation of the ogdf::Graph::insert(...) template methods. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/internal/config_autogen.h>
#include <ogdf/basic/internal/graph_iterators.h>
#include <algorithm>
#include <cstddef>
#include <iterator>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
struct | ogdf::internal::is_iterator< T, class > |
struct | ogdf::internal::is_iterator< T, std::void_t< typename std::iterator_traits< T >::iterator_category > > |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::internal | |
Functions | |
template<typename Iterator > | |
std::enable_if< is_iterator< Iterator >::value, typename std::iterator_traits< Iterator >::difference_type >::type | ogdf::internal::guess_dist ([[maybe_unused]] Iterator begin, [[maybe_unused]] Iterator end) |
template<typename Iterator > | |
std::enable_if<!is_iterator< Iterator >::value, size_t >::type | ogdf::internal::guess_dist (Iterator, Iterator) |
Implementation of the ogdf::Graph::insert(...) template methods.
Definition in file InducedSubgraph.h.