SLIP
1.4
|
Functor object uses to change the range of container into [0,b]. More...
#include <dynamic.hpp>
Public Member Functions | |
range_fun_inter0b (const InType &in_min, const InType &in_max, const OutType &out_max) | |
OutType | operator() (const InType &val) |
Public Attributes | |
InType | in_min_ |
InType | in_max_ |
OutType | out_max_ |
Functor object uses to change the range of container into [0,b].
in_min | minimum value of the input |
in_max | maximum value of the input |
out_max | maximum value of the output |
Definition at line 219 of file dynamic.hpp.
|
inline |
Definition at line 221 of file dynamic.hpp.
|
inline |
Definition at line 227 of file dynamic.hpp.
InType slip::range_fun_inter0b< InType, OutType >::in_max_ |
Definition at line 233 of file dynamic.hpp.
InType slip::range_fun_inter0b< InType, OutType >::in_min_ |
Definition at line 232 of file dynamic.hpp.
OutType slip::range_fun_inter0b< InType, OutType >::out_max_ |
Definition at line 234 of file dynamic.hpp.