NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Public Members | List of all members
nvbio::cuda::is_sorted_iterator< Iterator1, Iterator2 > Struct Template Reference

Detailed description

template< typename Iterator1, typename Iterator2>
struct nvbio::cuda::is_sorted_iterator< Iterator1, Iterator2 >

Definition at line 130 of file primitives_inl.h.

#include <primitives_inl.h>

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE is_sorted_iterator (const Iterator1 _it1, const Iterator2 _it2)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool 
operator[] (const uint32 i) const
 

Public Members

const Iterator1 it1
 
const Iterator2 it2
 

Constructor & Destructor Documentation

template<typename Iterator1 , typename Iterator2 >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::cuda::is_sorted_iterator< Iterator1, Iterator2 >::is_sorted_iterator ( const Iterator1  _it1,
const Iterator2  _it2 
)
inline

Definition at line 134 of file primitives_inl.h.

Member Function Documentation

template<typename Iterator1 , typename Iterator2 >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE bool nvbio::cuda::is_sorted_iterator< Iterator1, Iterator2 >::operator[] ( const uint32  i) const
inline

Definition at line 138 of file primitives_inl.h.

Member Data Documentation

template<typename Iterator1 , typename Iterator2 >
const Iterator1 nvbio::cuda::is_sorted_iterator< Iterator1, Iterator2 >::it1

Definition at line 140 of file primitives_inl.h.

template<typename Iterator1 , typename Iterator2 >
const Iterator2 nvbio::cuda::is_sorted_iterator< Iterator1, Iterator2 >::it2

Definition at line 141 of file primitives_inl.h.


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