OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::CastOp< B > Struct Template Reference

Default cast functor. More...

Detailed Description

template<typename B>
struct cub::CastOp< B >

Default cast functor.

Definition at line 194 of file thread_operators.cuh.

Public Member Functions

template<typename A >
__host__ __device__ __forceinline__ B operator() (const A &a) const
 Cast operator, returns (B) a
 

Member Function Documentation

◆ operator()()

template<typename B >
template<typename A >
__host__ __device__ __forceinline__ B cub::CastOp< B >::operator() ( const A &  a) const
inline

Cast operator, returns (B) a

Definition at line 198 of file thread_operators.cuh.


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