|
|
template<class Tree > |
| using | sequoia::maths::tree_adaptor = basic_tree_adaptor< Tree > |
| |
|
template<class Tree > |
| using | sequoia::maths::const_tree_adaptor = basic_tree_adaptor< const Tree > |
| |
|
template<std::input_or_output_iterator Iterator, class Adaptor > |
| using | sequoia::maths::forest_from_tree_iterator = utilities::iterator< Iterator, forest_from_tree_dereference_policy< Iterator, Adaptor > > |
| |
|
template<std::input_or_output_iterator Iterator, class Adaptor > |
| using | sequoia::maths::forest_iterator = utilities::iterator< Iterator, forest_dereference_policy< Iterator, Adaptor > > |
| |
Restriction of Dynamic Graphs to Trees.