Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
FunctionWithArg< X, Y, A > Struct Template Reference

#include </home/casse/Dev/elm/src/data.h>

Public Types

typedef X x_t
 
typedef Y y_t
 

Public Member Functions

operator() (const X &x, const A &a)
 

Detailed Description

template<class X, class Y, class A>
struct elm::concept::FunctionWithArg< X, Y, A >

Concept representing a function transforming a data to another one of the same set (with additional argument).

Parameters
XType of input argument.
YType of function result.

Member Typedef Documentation

◆ x_t

typedef X x_t

◆ y_t

typedef Y y_t

Member Function Documentation

◆ operator()()

Y operator() ( const X &  x,
const A &  a 
)

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