MIRA
|
Provides type trait that indicates whether a type can be serialized bitwise. More...
#include <type_traits>
#include <cstddef>
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> | |
Provides type trait that indicates whether a type can be serialized bitwise.