Point Cloud Library (PCL)  1.15.0-dev
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Types | Public Member Functions
pcl::device::bit_not< T > Struct Template Reference

#include </__w/1/s/gpu/utils/include/pcl/gpu/utils/device/functional.hpp>

Public Types

typedef T argument_type
 
typedef T result_type
 

Public Member Functions

__forceinline__ __device__ T operator() (const T &v) const
 

Detailed Description

template<typename T>
struct pcl::device::bit_not< T >

Definition at line 81 of file functional.hpp.

Member Typedef Documentation

◆ argument_type

template<typename T >
typedef T pcl::device::bit_not< T >::argument_type

Definition at line 83 of file functional.hpp.

◆ result_type

template<typename T >
typedef T pcl::device::bit_not< T >::result_type

Definition at line 84 of file functional.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
__forceinline__ __device__ T pcl::device::bit_not< T >::operator() ( const T &  v) const
inline

Definition at line 85 of file functional.hpp.


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