A constrained attribute type that represents a position and a length. The constraint is that the sum of the position and length attributes must be representable by the bsl::size_t type.
Synopsis
Declared in <bdlb_indexspan.h>
class IndexSpan;
Type Aliases
Name |
Description |
The type of the position and length attributes. |
Member Functions
Name |
Description |
|
Constructors |
Return |
|
Return the length attribute. |
|
Return the position attribute. |
|
Format this object to the specified output |
|
|
Declare that this type is trivially copyable. |
Non-Member Functions
Name |
Description |
Return |
|
Return |
Created with MrDocs