CUB  
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | List of all members
cub::CastOp< B > Struct Template Reference

Detailed description

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

Default cast functor.

Public Methods

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

Member Function Documentation

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

Cast operator, returns (B) a


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