TTTT Analysis  0.1
Public Member Functions | Static Public Member Functions | List of all members
fv::Min< T > Class Template Reference

Find and return the minimum value of a vector. More...

#include <value.hpp>

Inheritance diagram for fv::Min< T >:
Inheritance graph
[legend]
Collaboration diagram for fv::Min< T >:
Collaboration graph
[legend]

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="")
 
void log ()
 
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="")
 
void enable_logging (const std::function< std::string(T)> &value_to_string=[](T){return "";})
 
void disable_logging ()
 

Static Public Member Functions

static std::string fmt_name (Value< std::vector< T >> *v)
 

Additional Inherited Members

- Protected Attributes inherited from fv::Reduce< T >
Value< std::vector< T > > * v
 
- Protected Attributes inherited from fv::DerivedValue< T >
value
 
- Protected Attributes inherited from fv::Value< T >
std::function< std::string(T)> value_to_string
 

Detailed Description

template<typename T>
class fv::Min< T >

Find and return the minimum value of a vector.

Definition at line 995 of file value.hpp.


The documentation for this class was generated from the following file: