OpenCV  2.4.13.3
Open Source Computer Vision
cv::gpu::device::reduce_key_val_detail::IsPowerOf2< N > Struct Template Reference

#include <reduce_key_val.hpp>

Public Types

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

Member Enumeration Documentation

§ anonymous enum

template<unsigned int N>
anonymous enum
Enumerator
value 

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