plll
1.0
|
Provides information on the result of an unary arithmetic operation. More...
#include <arithmetic.hpp>
Provides information on the result of an unary arithmetic operation.
This template is used to implement plll::arithmetic::unary_operation<A, Op>
. It should not be used directly, and should be defined only for the type itself. plll::arithmetic::unary_operation<A, Op>
takes care to strip decorations from the type A
(using the plll::helper::remove_decorations<>
template) before using this template.
Definition at line 138 of file arithmetic.hpp.