Home
last modified time | relevance | path

Searched refs:CV_StaticAssert_failed (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp277 template <bool x> struct CV_StaticAssert_failed;
278 template <> struct CV_StaticAssert_failed<true> { enum { val = 1 }; }; struct
281 …typedef cv::CV_StaticAssert_test< sizeof(cv::CV_StaticAssert_failed< static_cast<bool>(condition) … argument