MIRA
Classes | Namespaces
IsBitwiseSerializable.h File Reference

Provides type trait that indicates whether a type can be serialized bitwise. More...

#include <type_traits>
#include <cstddef>
Include dependency graph for IsBitwiseSerializable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IsBitwiseSerializable< T >
 Type trait that indicates whether a type can be serialized bitwise by just copying the data buffer. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

Provides type trait that indicates whether a type can be serialized bitwise.

Author
Erik Einhorn
Date
2010/09/25