NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Methods | List of all members
nvbio::not_equal_functor< T > Struct Template Reference

Detailed description

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

A binary functor returning true if op1 != op2

Definition at line 1207 of file numbers.h.

#include <numbers.h>

Public Types

typedef T first_argument_type
 
typedef T second_argument_type
 
typedef bool result_type
 

Public Methods

NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE result_type 
operator() (const T op1, const T op2) const
 

Member Typedef Documentation

template<typename T >
typedef T nvbio::not_equal_functor< T >::first_argument_type

Definition at line 1209 of file numbers.h.

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

Definition at line 1211 of file numbers.h.

template<typename T >
typedef T nvbio::not_equal_functor< T >::second_argument_type

Definition at line 1210 of file numbers.h.

Member Function Documentation

template<typename T >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type nvbio::not_equal_functor< T >::operator() ( const op1,
const op2 
) const
inline

Definition at line 1214 of file numbers.h.


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