#include <array>
#include <functional>
Go to the source code of this file.
|
| template<typename T , typename Compare > |
| constexpr T const & | emlabcpp::clamp (T const &x, min_max< T > const &mm, Compare &&comp) |
| |
| template<typename T > |
| constexpr T const & | emlabcpp::clamp (T const &x, min_max< T > const &mm) |
| |
| template<typename T , typename... Args> |
| | emlabcpp::requires (std::same_as< Args, min_max< T > > &&...) const expr min_max< T > intersection(min_max< T > const &head |
| |
| | emlabcpp::f (args) |
| |
| template<typename T > |
| constexpr min_max< T > | emlabcpp::expand (min_max< T > const &mm, T const &val) |
| |
| template<typename T > |
| constexpr bool | emlabcpp::contains (min_max< T > const &mm, T const &val) |
| |