NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Methods | List of all members
nvbio::mem::range_size< rank_type > Struct Template Reference

Detailed description

template< typename rank_type>
struct nvbio::mem::range_size< rank_type >

Definition at line 327 of file mem_inl.h.

#include <mem_inl.h>

Public Types

typedef rank_type argument_type
 
typedef uint64 result_type
 

Public Methods

NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE uint64 
operator() (const rank_type range) const
 

Member Typedef Documentation

template<typename rank_type >
typedef rank_type nvbio::mem::range_size< rank_type >::argument_type

Definition at line 329 of file mem_inl.h.

template<typename rank_type >
typedef uint64 nvbio::mem::range_size< rank_type >::result_type

Definition at line 330 of file mem_inl.h.

Member Function Documentation

template<typename rank_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE uint64 nvbio::mem::range_size< rank_type >::operator() ( const rank_type  range) const
inline

Definition at line 333 of file mem_inl.h.


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