OpenCV  3.4.0
Open Source Computer Vision
Public Types | List of all members
cv::cudev::IsPowerOf2< N > Struct Template Reference

#include "type_traits.hpp"

Public Types

enum  { value = ((N != 0) && !(N & (N - 1))) }
 

Member Enumeration Documentation

§ anonymous enum

template<int N>
anonymous enum
Enumerator
value 

The documentation for this struct was generated from the following file: