TTTT Analysis
0.1
|
Extract the element at a specific index from a vector. More...
#include <value.hpp>
Public Member Functions | |
ElementOf (Value< int > *index, 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 () |
Additional Inherited Members | |
Protected Attributes inherited from fv::Reduce< T > | |
Value< std::vector< T > > * | v |
Protected Attributes inherited from fv::DerivedValue< T > | |
T | value |
Protected Attributes inherited from fv::Value< T > | |
std::function< std::string(T)> | value_to_string |
Extract the element at a specific index from a vector.