|
snippets 0.1.0
|
#include <map>#include <concepts>#include <optional>#include <cassert>#include <set>
Go to the source code of this file.
Classes | |
| struct | hsc_snippets::Interval< T > |
| struct | hsc_snippets::Override< T > |
| struct | hsc_snippets::Maximum< T > |
| class | hsc_snippets::IntervalMap< T, V, update_policy_t > |
| class | hsc_snippets::IntervalSet< T > |
Namespaces | |
| namespace | hsc_snippets |
Functions | |
| template<std::integral T> | |
| static bool | hsc_snippets::operator< (const Interval< T > &interval, T x) |
| template<std::integral T> | |
| static bool | hsc_snippets::operator< (T x, const Interval< T > &interval) |
| template<std::integral T> | |
| static bool | hsc_snippets::operator< (const Interval< T > &interval1, const Interval< T > &interval2) |