swh:1:snp:7a4cd2a5ec73a061be17605597c4b1660b799026
Tip revision: 121131be58bc1b6f91a4863bd01fe7cbd0439ab9 authored by Max Göttlicher on 16 August 2023, 15:14:58 UTC
readme
readme
Tip revision: 121131b
map.hpp
//
// Created by max on 08.08.22.
//
#ifndef PDS_MAP_HPP
#define PDS_MAP_HPP
#include "mpgraphs/utility.hpp"
namespace pds {
using mpgraphs::map;
using mpgraphs::set;
}
#endif //PDS_MAP_HPP