MIRA
|
Provides type trait that indicates whether a type is a pointer type or a shared pointer. More...
#include <type_traits>
#include <memory>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | IsPointerOrSharedPointer< T > |
Type trait that indicates whether a type is a pointer type or a shared pointer. More... | |
class | IsPointerOrSharedPointer< boost::shared_ptr< T > > |
class | IsPointerOrSharedPointer< std::shared_ptr< T > > |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Provides type trait that indicates whether a type is a pointer type or a shared pointer.