Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::detail::Caster< TypeIn, TypeOut > Struct Template Reference

#include <Caster.h>

Inheritance diagram for hydra::detail::Caster< TypeIn, TypeOut >:
Collaboration diagram for hydra::detail::Caster< TypeIn, TypeOut >:

Public Member Functions

__hydra_host__ __hydra_device__ TypeOut operator() (TypeIn &value)
 

Detailed Description

template<typename TypeIn, typename TypeOut>
struct hydra::detail::Caster< TypeIn, TypeOut >

Member Function Documentation

◆ operator()()

template<typename TypeIn , typename TypeOut >
__hydra_host__ __hydra_device__ TypeOut hydra::detail::Caster< TypeIn, TypeOut >::operator() ( TypeIn &  value)
inline

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