![]() |
Exiv2
|
Helper struct to determine whether a type is signed or unsigned. More...
#include <safe_op.hpp>
Public Types | |
enum | |
Helper struct to determine whether a type is signed or unsigned.
This struct is a backport of std::is_signed from C++11. It has a public enum with the property VALUE which is true when the type is signed or false if it is unsigned.