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

Go to the source code of this file.

Classes

class  IteratorPostorder< 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< IteratorPostorder< false > > postorder (ElementType &element)
 
template<typename ElementType >
utils::Range< IteratorPostorder< true > > postorder (ElementType const &element)