template struct cv::cudev::EnableIf<true, T>

#include <type_traits.hpp>

template <typename T>
struct EnableIf<true, T>
{
    // typedefs

    typedef T type;
};