template <class X> typename square_abs_functor<X>::result_type square_abs(X const&) ;
The function square_abs(a) is implementated by the functor square_abs_functor<X> where X is the type of a. The result of square_abs(a) is square_abs_functor<X>::result_type.
Parameter | Description | Default |
X | type of operand |