#ifndef STAR_ORDERED_SET_HPP #define STAR_ORDERED_SET_HPP #include #include "StarFlatHashMap.hpp" #include "StarSet.hpp" #include "StarList.hpp" namespace Star { template