Public Member Functions | List of all members
cudf::type_to_name Struct Reference

Maps a cudf::type_id types to it's corresponding C++ type name string. More...

#include <type_dispatcher.hpp>

Public Member Functions

template<typename T >
std::string operator() ()
 Maps a cudf::type_id types to it's corresponding C++ type name string. More...
 

Detailed Description

Maps a cudf::type_id types to it's corresponding C++ type name string.

Definition at line 66 of file type_dispatcher.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
std::string cudf::type_to_name::operator() ( )
inline

Maps a cudf::type_id types to it's corresponding C++ type name string.

Returns
The C++ type name as string

Definition at line 73 of file type_dispatcher.hpp.


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