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