mexopencv
0.1
mex interface for opencv library
|
std::map wrapper with one-line initialization and lookup method. More...
#include <MxArray.hpp>
Public Member Functions | |
ConstMap (const T &key, const U &val) | |
Constructor with a single key-value pair. | |
ConstMap< T, U > & | operator() (const T &key, const U &val) |
Consecutive insertion operator. | |
operator std::map< T, U > () const | |
Implicit converter to std::map. | |
const U & | operator[] (const T &key) const |
Lookup operator; fail if not found. | |
std::map wrapper with one-line initialization and lookup method.
Initialization:
Lookup:
Definition at line 927 of file MxArray.hpp.