AFF --- A container for numbers (array) by Friederich and Forbriger.
|
#include <valmap.h>
Public Types | |
typedef T1 | Tinvalue |
typedef T2 | Toutvalue |
typedef std::map< Tinvalue, Toutvalue > | Tmap |
Public Member Functions | |
Mapvalmap (const Tmap &m) | |
initialize member data More... | |
Toutvalue | operator() (Tinvalue v) const |
map another value More... | |
Private Attributes | |
Tmap | Mmap |
Utility class to map values using a std::map
This class should be used together with the aff::func::util::mapvalues() function template.
T1 | source value type |
T2 | target value type |