tinympl
0.2
mini MPL library for C++11
|
Returns the opposite of the compile time constant A. More...
#include <tinympl/negate.hpp>
Inherits integral_constant< A::value_type,-A::value >.
Returns the opposite of the compile time constant A.
negate<A>::type
is std::integral_constant<A::value_type,-A::value>