OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
call_meta_data.hpp File Reference
#include <string>
#include <cstddef>
#include <utility>
Include dependency graph for call_meta_data.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  cvv::impl::CallMetaData
 Optional information about a location in Code. More...
 

Namespaces

namespace  cvv
 
namespace  cvv::impl
 

Macros

#define CVVISUAL_LOCATION   ::cvv::impl::CallMetaData(__FILE__, __LINE__, CV_Func)
 Creates an instance of CallMetaData with the location of the macro as value.
 

Macro Definition Documentation

◆ CVVISUAL_LOCATION

#define CVVISUAL_LOCATION   ::cvv::impl::CallMetaData(__FILE__, __LINE__, CV_Func)

Creates an instance of CallMetaData with the location of the macro as value.