OpenCV  4.0.0
Open Source Computer Vision
Namespaces | Macros | Functions
compiler_hints.hpp File Reference

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::util
 

Macros

#define UNUSED(x)   cv::util::suppress_unused_warning(x)
 

Functions

template<typename T >
void cv::util::suppress_unused_warning (const T &)
 Utility template function to prevent "unused" warnings by various compilers. More...
 

Macro Definition Documentation

§ UNUSED

#define UNUSED (   x)    cv::util::suppress_unused_warning(x)