16 template<
typename T_To,
typename T_Input>
19 decltype(
auto)
operator()(
auto&& any)
const;
25 template<
typename T_To,
typename T_Input>
28 decltype(
auto)
operator()(
auto&& any)
const
47 template<
typename T_To>
69 template<
typename T_To>
70 constexpr decltype(
auto)
lpCast(
auto&& input)
#define ALPAKA_TYPEOF(...)
Get the type of instance.
alpaka internal implementations.
constexpr bool isLosslesslyConvertible_v
constexpr bool isConvertible_v
constexpr decltype(auto) lpCast(auto &&input)
Performs a static_cast on the storage type of combined data type.
constexpr decltype(auto) pCast(auto &&input)
Performs a static_cast on the storage type of combined data type.