HILA
|
Conditionally reture bool
type false
if type T
does't have unary -
operator.
More...
#include <has_unary_minus.h>
Conditionally reture bool
type false
if type T
does't have unary -
operator.
If the type T does not implement -T
(unary -
) operator, i.e.
, has_unary_minus::value
is false
. This is needed for antiperiodic boundary conditions
value
is false for unsigned
type, whereas c++ allows -unsigned
Definition at line 24 of file has_unary_minus.h.