tinympl  0.2
mini MPL library for C++11
tinympl::negate< A > Class Template Reference

Returns the opposite of the compile time constant A. More...

#include <tinympl/negate.hpp>

Inherits integral_constant< A::value_type,-A::value >.

Detailed Description

template<class A>
class tinympl::negate< A >

Returns the opposite of the compile time constant A.

Returns
negate<A>::type is std::integral_constant<A::value_type,-A::value>

The documentation for this class was generated from the following file: