Mapping functions composition. Compose two given mapping functions f(g(x)). More...
Static Public Member Functions | |
| static type | apply (F const &f, G const &g) |
Public Types | |
| using | type = detail::mapfun_comp< F, G > |
Mapping functions composition. Compose two given mapping functions f(g(x)).
This class has specializations based on template parameters.
| F | First mapping function type. |
| G | Second mapping function type. |
1.8.13