Struct cv::cudev::IsPowerOf2#

Collaboration diagram for cv::cudev::IsPowerOf2:

cv::cudev::IsPowerOf2< N > Node1 cv::cudev::IsPowerOf2< N >    

cv::cudev::IsPowerOf2< N > Node1 cv::cudev::IsPowerOf2< N >    

Public Types#

enum cv::cudev::IsPowerOf2 {
    cv::cudev::value = ((N != 0) && !(N & (N - 1)))
}

Member Enumeration Documentation#

enum IsPowerOf2

value

Source file#

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