Loading...
Searching...
No Matches
CubbyFlow::DoClamp< T > Struct Template Reference

Clamps the input value with low/high. More...

#include <Core/Utils/Functors.hpp>

Public Member Functions

constexpr T operator() (const T &a, const T &low, const T &high) const
 

Detailed Description

template<typename T>
struct CubbyFlow::DoClamp< T >

Clamps the input value with low/high.

Member Function Documentation

◆ operator()()

template<typename T >
constexpr T CubbyFlow::DoClamp< T >::operator() ( const T a,
const T low,
const T high 
) const
constexpr

The documentation for this struct was generated from the following files: