Class has_sign
Description
A meta::constant
yielding whether a type allows negative values.
Inheritance
Ancestors: constant
Source
Lines 40-42 in breeze/meta/has_sign.hpp. Line 31 in breeze/meta/has_sign.hpp.
: public constant< bool, ! ( typename unqualify< T >::type( -1 ) > 0 ) >