|
Givaro 4.2.1
|
#include <givops.h>
Inheritance diagram for Curried1< OP >:Public Types | |
| typedef OP::Type_t | Type_t |
| typedef OP::Domain_t | Domain_t |
Public Member Functions | |
| Curried1 (const Domain_t &D, Type_t &val) | |
| Curried1 (const Domain_t &D, const Type_t &val) | |
| void | operator() (Type_t &v1, const Type_t &v2) |
| void | operator() (Type_t &v1) |
Data Fields | |
| Type_t & | _val |
| typedef OP::Type_t Type_t |
| typedef OP::Domain_t Domain_t |
|
inline |
| Type_t& _val |