MobilityDB 1.3
Loading...
Searching...
No Matches

◆ SPANSET_SP_N

#define SPANSET_SP_N (   ss,
  index 
)    (const Span *) &((ss)->elems[(index)])

Return the n-th span of a span set.

Precondition
The argument index is less than the number of spans in the span set
Note
This is the macro equivalent to spanset_span_n. This function does not verify that the index is is in the correct bounds