Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
CountingRange.inl File Reference
#include <hydra/detail/Config.h>
#include <hydra/detail/external/hydra_thrust/iterator/counting_iterator.h>
#include <type_traits>
Include dependency graph for CountingRange.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hydra::detail::range::Shift< T >
 

Namespaces

 hydra
 Generic policies definition.
 
 hydra::detail
 
 hydra::detail::range
 

Macros

#define COUNTINGRANGE_INL_
 

Functions

Range< hydra::thrust::counting_iterator< long int > > hydra::range (long int first, long int last)
 
template<typename T >
std::enable_if< std::is_floating_point< T >::value, Range< hydra::thrust::counting_iterator< unsigned >, detail::range::Shift< T > > >::type hydra::range (T min, T max, unsigned nbins)
 

Macro Definition Documentation

◆ COUNTINGRANGE_INL_

#define COUNTINGRANGE_INL_