Releases: MichaelRizkalla/function_composition
Releases · MichaelRizkalla/function_composition
v2.0.0 function composition
This release includes the updated mr::composition_function and the utility mr::compose.
- composition_function is designed with compile-time
constexprin mind, which means it will work in compile-time context. - It's designed to be a lightweight library, the compiler can optimize it away with
O2. see: https://godbolt.org/z/6aob8xc88
v1.0.1, FComp
This release includes the following capabilities:
1- Compose functions while reserving qualifiers such as const (for function objects) and noexcept.
2- Compose functions in constexpr context when available
v1.0.0, FComp
This release includes the following capabilities:
1- Compose functions while reserving qualifiers such as const (for function objects) and noexcept.
2- Compose functions in constexpr context when available