c_style_pointer_cast.hpp File Reference

c_style_pointer_cast.hpp File Reference#

Composable Kernel: c_style_pointer_cast.hpp File Reference
c_style_pointer_cast.hpp File Reference
#include "type.hpp"
#include "enable_if.hpp"

Go to the source code of this file.

Namespaces

namespace  ck

Functions

template<typename PY, typename PX, typename enable_if< is_pointer_v< PY > &&is_pointer_v< PX >, bool >::type = false>
__host__ __device__ PY ck::c_style_pointer_cast (PX p_x)