OpenCV  3.1.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))) }
 

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