template struct cv::cudev::Int2Type

#include <type_traits.hpp>

template <int A>
struct Int2Type
{
    // enums

    enum
    {
        value = A,
    };
};