type_of

template<typename T>
inline constexpr TypeInfo kernel_launcher::type_of()

Returns the TypeInfo for type T.

template<typename T>
inline constexpr TypeInfo kernel_launcher::type_of(const T&)

Returns the TypeInfo for type T.