NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Methods | List of all members
nvbio::priv::minus_one Struct Reference

Detailed description

A functor subtracting the second element of a pair from the first

Definition at line 165 of file sufsort_priv.h.

#include <sufsort_priv.h>

Public Types

typedef uint32 argument_type
 
typedef uint32 result_type
 

Public Methods

NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE uint32 
operator() (const uint32 i) const
 

Member Typedef Documentation

Definition at line 167 of file sufsort_priv.h.

Definition at line 168 of file sufsort_priv.h.

Member Function Documentation

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE uint32 nvbio::priv::minus_one::operator() ( const uint32  i) const
inline

return the length of the i-th string

Definition at line 173 of file sufsort_priv.h.


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