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

Detailed description

template< typename T>
struct nvbio::get_char_functor< T >

Get a given character from a vector

Definition at line 1119 of file numbers.h.

#include <numbers.h>

Public Types

typedef T argument_type
 
typedef char result_type
 

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE get_char_functor (const uint32 i)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE result_type 
operator() (const argument_type op) const
 

Public Members

uint32 m_i
 

Member Typedef Documentation

template<typename T >
typedef T nvbio::get_char_functor< T >::argument_type

Definition at line 1121 of file numbers.h.

template<typename T >
typedef char nvbio::get_char_functor< T >::result_type

Definition at line 1122 of file numbers.h.

Constructor & Destructor Documentation

Definition at line 1125 of file numbers.h.

Member Function Documentation

template<typename T >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type nvbio::get_char_functor< T >::operator() ( const argument_type  op) const
inline

Definition at line 1128 of file numbers.h.

Member Data Documentation

template<typename T >
uint32 nvbio::get_char_functor< T >::m_i

Definition at line 1130 of file numbers.h.


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