aimstil
5.0.5
|
Square root. More...
#include <til/functors.h>
Public Types | |
typedef std::unary_function< T, T > | Base |
typedef Base::argument_type | argument_type |
typedef Base::result_type | result_type |
Public Member Functions | |
result_type | operator() (argument_type x) const |
Square root.
Definition at line 107 of file functors.h.
typedef Base::argument_type til::functor::Sqrt< T >::argument_type |
Definition at line 111 of file functors.h.
typedef std::unary_function<T,T> til::functor::Sqrt< T >::Base |
Definition at line 110 of file functors.h.
typedef Base::result_type til::functor::Sqrt< T >::result_type |
Definition at line 112 of file functors.h.
|
inline |
Definition at line 114 of file functors.h.
References til::sqrt().