FleCSI User API Version: 2.3.0
 
Loading...
Searching...
No Matches
sub_range Struct Reference

This class computes subinterval of a range based on the starting and ending indices provided. More...

Public Attributes

range_index beg
 starting index which is inclusive
 
range_index end
 ending index which is exclusive
 

Detailed Description

This class computes subinterval of a range based on the starting and ending indices provided.

Member Data Documentation

◆ beg

range_index beg

starting index which is inclusive

◆ end

range_index end

ending index which is exclusive