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::not_equal_to_functor< T > Struct Template Reference

Detailed description

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

A unary functor returning true if op != K

Definition at line 1177 of file numbers.h.

#include <numbers.h>

Public Types

typedef T argument_type
 
typedef bool result_type
 

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE not_equal_to_functor (const T k)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE result_type 
operator() (const T op) const
 

Public Members

constm_k
 

Member Typedef Documentation

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

Definition at line 1179 of file numbers.h.

template<typename T >
typedef bool nvbio::not_equal_to_functor< T >::result_type

Definition at line 1180 of file numbers.h.

Constructor & Destructor Documentation

Definition at line 1183 of file numbers.h.

Member Function Documentation

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

Definition at line 1186 of file numbers.h.

Member Data Documentation

template<typename T >
const T nvbio::not_equal_to_functor< T >::m_k

Definition at line 1188 of file numbers.h.


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