#include <expression.h>
Public Types | |
typedef First::value_type | value_type |
Public Member Functions | |
SquareRoot (const First &first_) | |
value_type | eval () const |
Private Attributes | |
First | first |
Definition at line 88 of file expression.h.
typedef First::value_type SquareRoot< First >::value_type |
Definition at line 92 of file expression.h.
SquareRoot< First >::SquareRoot | ( | const First & | first_ | ) | [inline] |
Definition at line 94 of file expression.h.
value_type SquareRoot< First >::eval | ( | ) | const [inline] |
Definition at line 98 of file expression.h.
References SquareRoot< First >::first.
First SquareRoot< First >::first [private] |
Definition at line 90 of file expression.h.
Referenced by SquareRoot< First >::eval().