MIRA
Classes | Namespaces
IsPointerOrSharedPointer.h File Reference

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>
Include dependency graph for IsPointerOrSharedPointer.h:
This graph shows which files directly or indirectly include this file:

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>
 

Detailed Description

Provides type trait that indicates whether a type is a pointer type or a shared pointer.

Author
Erik Einhorn
Date
2013/02/21