NVBIO
|
conversion functor from a given alphabet to ASCII char
Definition at line 268 of file alphabet.h.
#include <alphabet.h>
Public Types | |
typedef uint8 | argument_type |
typedef char | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE char | operator() (const uint8 c) const |
typedef uint8 nvbio::to_char_functor< ALPHABET >::argument_type |
Definition at line 270 of file alphabet.h.
typedef char nvbio::to_char_functor< ALPHABET >::result_type |
Definition at line 271 of file alphabet.h.
|
inline |
functor operator
Definition at line 275 of file alphabet.h.