|
TTTT Analysis
0.1
|
Find and return the minimum value of a vector. More...
#include <value.hpp>


Public Member Functions | |
| Min (Value< std::vector< T >> *v, const std::string alias) | |
Public Member Functions inherited from fv::Reduce< T > | |
| Reduce (Function< T(std::vector< T >)> &reduce, Value< std::vector< T > > *v, const std::string alias) | |
Public Member Functions inherited from fv::DerivedValue< T > | |
| DerivedValue (const std::string &name, const std::string &alias="") | |
| T & | get_value () |
| Calculate, if necessary, and return the value held by this object. | |
Public Member Functions inherited from fv::Value< T > | |
| Value (const std::string &name, const std::string &alias="") | |
Additional Inherited Members | |
Protected Attributes inherited from fv::Reduce< T > | |
| Value< std::vector< T > > * | v |
Protected Attributes inherited from fv::DerivedValue< T > | |
| T | value |
| bool | value_valid |
Find and return the minimum value of a vector.
1.8.13