| 365 | |
| 366 | template <typename RandomIter, typename FacadeT> |
| 367 | void unpackPath(const FacadeT &facade, |
| 368 | RandomIter packed_path_begin, |
| 369 | RandomIter packed_path_end, |
| 370 | const PhantomEndpoints &endpoints, |
| 371 | std::vector<PathData> &unpacked_path) |
| 372 | { |
| 373 | mld::unpackPath(facade, packed_path_begin, packed_path_end, endpoints, unpacked_path); |
| 374 | } |
| 375 | |
| 376 | } // namespace routing_algorithms::offline |
| 377 |
no outgoing calls