Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: MichaelRizkalla/function_composition

v2.0.0 function composition

07 Aug 14:47

Choose a tag to compare

This release includes the updated mr::composition_function and the utility mr::compose.

  • composition_function is designed with compile-time constexpr in 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

29 May 17:55

Choose a tag to compare

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

18 May 14:41

Choose a tag to compare

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