NVBIO
|
helper functor to complement a sequence
ALPHABET_SIZE | size of the alphabet - only characters c: c < ALPHABET_SIZE do get complemented |
#include <numbers.h>
Public Types | |
typedef uint8 | argument_type |
typedef uint8 | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | complement_functor () |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE uint8 | operator() (const uint8 c) const |
typedef uint8 nvbio::complement_functor< ALPHABET_SIZE >::argument_type |
typedef uint8 nvbio::complement_functor< ALPHABET_SIZE >::result_type |
|
inline |
|
inline |