Ember
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
tbb::blocked_range< T > Class Template Reference

#include <tbb_fake.h>

Public Member Functions

 blocked_range (T start_, T stop_, T ignored)
 
begin () const
 
end () const
 

Public Attributes

start
 
stop
 

Constructor & Destructor Documentation

◆ blocked_range()

template<class T >
tbb::blocked_range< T >::blocked_range ( start_,
stop_,
ignored 
)
inline

Member Function Documentation

◆ begin()

template<class T >
T tbb::blocked_range< T >::begin ( ) const
inline

◆ end()

template<class T >
T tbb::blocked_range< T >::end ( ) const
inline

Member Data Documentation

◆ start

template<class T >
T tbb::blocked_range< T >::start

◆ stop

template<class T >
T tbb::blocked_range< T >::stop

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