A library for working with phylogenetic and population genetic data.
v0.27.0
node_links.hpp File Reference
#include "genesis/tree/tree.hpp"
#include "genesis/utils/containers/range.hpp"
#include <iterator>
#include <type_traits>

Go to the source code of this file.

Classes

class  IteratorNodeLinks< is_const >
 

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::tree
 

Functions

template<typename ElementType >
utils::Range< IteratorNodeLinks< false > > node_links (ElementType &element)
 
template<typename ElementType >
utils::Range< IteratorNodeLinks< true > > node_links (ElementType const &element)