template struct cv::cudev::DynamicSharedMem

#include <dynamic_smem.hpp>

template <class T>
struct DynamicSharedMem
{
    // methods

    __device__ __forceinline__
    operator const T *() const;

    __device__ __forceinline__
    operator T*();
};