Home
last modified time | relevance | path

Searched defs:FuncMaxIgnoreNaN (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-virtual-sensor/
H A DexprtkTools.hpp47 struct FuncMaxIgnoreNaN : public exprtk::ivararg_function<T> struct
49 FuncMaxIgnoreNaN() in FuncMaxIgnoreNaN() argument
55 inline T operator()(const std::vector<T>& argList) in operator ()()