#include <Sqrt.h>
Public Member Functions | |
operator double () const | |
double | operator() () const |
SqrtStruct (const T &t) | |
Public Attributes | |
T | _ |
funct::SqrtStruct< T >::SqrtStruct | ( | const T & | t | ) | [inline] |
funct::SqrtStruct< T >::operator double | ( | ) | const [inline] |
Definition at line 11 of file Sqrt.h.
References funct::SqrtStruct< T >::_, and funct::sqrt().
{ return ::sqrt(_()); }
double funct::SqrtStruct< T >::operator() | ( | ) | const [inline] |
Definition at line 10 of file Sqrt.h.
References funct::SqrtStruct< T >::_, and funct::sqrt().
{ return ::sqrt(_()); }
T funct::SqrtStruct< T >::_ |
Definition at line 12 of file Sqrt.h.
Referenced by funct::SqrtStruct< T >::operator double(), and funct::SqrtStruct< T >::operator()().