CUB
1.16.0
Main Page
Modules
Classes
Examples
Class List
Class Index
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
cub
CastOp
Public Methods
|
List of all members
cub::CastOp< B > Struct Template Reference
Utilities
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:
thread_operators.cuh
Generated by
1.8.4
© 2022 NVIDIA Corporation