Concept Transform
Transform
 
Description
Трансформация — это первичная трансформация, кабельная трансформация или объектная трансформация.
 
Associated types
- Результат_тип <- boost::result_of<when< _, Tn >(Expr, State, Data)>::type >- Результат применения Трансформации. 
 
Notation
- Tn
- A type playing the role of transform-type in the Transform concept.
- Expr
- A type playing the role of expression-type in the Transform concept.
- State
- A type playing the role of state-type in the Transform concept.
- Data
- A type playing the role of data-type in the Transform concept.
- expr
- Object of type Expr
- state
- Object of type State
- data
- Object of type Data
 
Models
- boost::proto::_child(boost::proto::_left)