SpikeGPU  1.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
spike::strided_range< Iterator >::stride_functor Struct Reference

#include <strided_range.h>

Inheritance diagram for spike::strided_range< Iterator >::stride_functor:

Public Member Functions

 stride_functor (difference_type stride)
 
__host__ __device__ difference_type operator() (const difference_type &i) const
 

Public Attributes

difference_type m_stride
 

Constructor & Destructor Documentation

template<typename Iterator >
spike::strided_range< Iterator >::stride_functor::stride_functor ( difference_type  stride)
inline

Member Function Documentation

template<typename Iterator >
__host__ __device__ difference_type spike::strided_range< Iterator >::stride_functor::operator() ( const difference_type i) const
inline

Member Data Documentation

template<typename Iterator >
difference_type spike::strided_range< Iterator >::stride_functor::m_stride

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