Givaro
Public Types | Public Member Functions | Data Fields
Curried1< OP > Struct Template Reference

#include <givops.h>

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

template<class OP>
struct Givaro::Curried1< OP >


Member Typedef Documentation

typedef OP::Type_t Type_t
typedef OP::Domain_t Domain_t

Constructor & Destructor Documentation

Curried1 ( const Domain_t D,
Type_t val 
) [inline]
Curried1 ( const Domain_t D,
const Type_t val 
) [inline]

Member Function Documentation

void operator() ( Type_t v1,
const Type_t v2 
) [inline]
void operator() ( Type_t v1) [inline]

Field Documentation


The documentation for this struct was generated from the following file: