Functors-Impl.hpp
Go to the documentation of this file.
constexpr bool operator()(const T &a, const T &b) const
Definition: Functors-Impl.hpp:81
std::enable_if_t< std::is_arithmetic< T >::value, T > Clamp(T val, T low, T high)
Returns the clamped value.
Definition: MathUtils-Impl.hpp:166
constexpr U operator()(const T &a) const
Definition: Functors-Impl.hpp:27
constexpr T operator()(const T &a) const
Definition: Functors-Impl.hpp:33
constexpr T operator()(const T &a, const T &b) const
Definition: Functors-Impl.hpp:75
Definition: pybind11Utils.hpp:20
constexpr T operator()(const T &a, const T &b) const
Definition: Functors-Impl.hpp:69
constexpr T operator()(const T &a) const
Definition: Functors-Impl.hpp:39
constexpr T operator()(const T &a, const T &b) const
Definition: Functors-Impl.hpp:57
constexpr T operator()(const T &a, const T &b) const
Definition: Functors-Impl.hpp:45
std::enable_if_t< std::is_arithmetic< T >::value, T > AbsMax(T x, T y)
Returns the absolute maximum value among the two inputs.
Definition: MathUtils-Impl.hpp:84
std::enable_if_t< std::is_arithmetic< T >::value, T > AbsMin(T x, T y)
Returns the absolute minimum value among the two inputs.
Definition: MathUtils-Impl.hpp:78
constexpr T operator()(const T &a, const T &b) const
Definition: Functors-Impl.hpp:63
constexpr T operator()(const T &a, const T &low, const T &high) const
Definition: Functors-Impl.hpp:87
constexpr T operator()(const T &a, const T &b) const
Definition: Functors-Impl.hpp:51