HALDLS
|
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
struct | haldls::vx::detail::VisitPreorderImpl< ContainerT > |
Implementation detail of the visit_preorder() free function (q.v.). More... | |
Namespaces | |
haldls | |
haldls::vx | |
haldls::vx::detail | |
Functions | |
template<class ContainerT , class CoordinateT , class VisitorT > | |
void | haldls::vx::visit_preorder (ContainerT &config, CoordinateT const &coord, VisitorT &&visitor) |
Apply the specified visitor to all containers in a hierarchy by doing a pre-order tree traversal. More... | |