Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Function< X, Y > 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)
 

Detailed Description

template<class X, class Y>
struct elm::concept::Function< X, Y >

Concept representing a function transforming a data to another one of the same set.

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)

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