template struct cv::cudev::SelectIf
#include <type_traits.hpp> template < bool, typename ThenType, typename ElseType > struct SelectIf { // typedefs typedef ThenType type; };
#include <type_traits.hpp> template < bool, typename ThenType, typename ElseType > struct SelectIf { // typedefs typedef ThenType type; };