BloombergLP::bdlb::IndexSpan::IndexSpan

Constructors

Synopses

Declared in <bdlb_indexspan.h>

Create an IndexSpan object with position and length of 0.

IndexSpan();
» more...

Create an IndexSpan object with the specified position and length.

IndexSpan(
    size_type position,
    size_type length);
» more...

Parameters

NameDescription
positionstarting index of the span
lengthnumber of elements in the span