Struct CoverageMap::Span

Nested Relationships

This struct is a nested type of Class CoverageMap.

Struct Documentation

struct Span

Public Functions

bool Overlap(Span const &other) const
bool Contains(Span const &other) const
bool MergeIfOverlap(Span const &other)
void Merge(Span const &other)

Public Members

uint64_t start
uint64_t end