The OpenD Programming Language

composeAt

Given a compiletime variable name v and two expressions F(v, U) and G(Y), constructs a composition F ∘ G (U, Y) as v = G.

template composeAt(string position)
composeAt
(
F
G
)
(
const F f
,
const G g
)

Members

Functions

composeAt
auto composeAt(F f, G g)

Parameters

position

name of the variable to compose functions at.

Meta