Skip to content

File riseset_utils.hpp

File List > astrea > trace > trace > risesets > riseset_utils.hpp

Go to the documentation of this file

#pragma once

#include <string>

#include <units/units.hpp>

#include <trace/trace.fwd.hpp>

namespace astrea {
namespace trace {

std::string to_formatted_string(Time t);

RiseSetArray riseset_union(const RiseSetArray& a, const RiseSetArray& b);

RiseSetArray riseset_intersection(const RiseSetArray& a, const RiseSetArray& b);

RiseSetArray riseset_difference(const RiseSetArray& a, const RiseSetArray& b);

} // namespace trace
} // namespace astrea