#include <boost/utility.hpp>#include <boost/iterator.hpp>#include <boost/iterator/iterator_facade.hpp>#include <algorithm>#include <cassert>#include <cstddef>#include <memory>#include <unordered_map>Go to the source code of this file.
Namespaces | |
| paal | |
| global namespace of project. | |
| paal::data_structures | |
| Data Structure namespace. | |
| paal::data_structures::detail | |
| Detail of Data Structure namespace. | |
Functions | |
| template<typename NPtr > | |
| std::size_t | paal::data_structures::detail::node_size (const NPtr &node) |
| template<typename V > | |
| std::unique_ptr< Node< V > > | paal::data_structures::detail::copy_node (std::unique_ptr< Node< V >> const &node) |
| copy node pointer More... | |
| reversed_tag | paal::data_structures::detail::other (forward_tag) |
| forward_tag | paal::data_structures::detail::other (reversed_tag) |
1.8.5