Symphony Of Empires
tbb::blocked_range< It > Struct Template Reference

#include <blocked_range.hpp>

Public Member Functions

 blocked_range (It _first, It _last)
 

Public Attributes

It first
 
It last
 

Detailed Description

template<typename It>
struct tbb::blocked_range< It >

Definition at line 29 of file blocked_range.hpp.

Constructor & Destructor Documentation

◆ blocked_range()

template<typename It >
tbb::blocked_range< It >::blocked_range ( It  _first,
It  _last 
)
inline

Definition at line 30 of file blocked_range.hpp.

Member Data Documentation

◆ first

template<typename It >
It tbb::blocked_range< It >::first

Definition at line 37 of file blocked_range.hpp.

◆ last

template<typename It >
It tbb::blocked_range< It >::last

Definition at line 38 of file blocked_range.hpp.


The documentation for this struct was generated from the following file: