T
.
More...
#include <value_array.hh>
Public Member Functions | |
const V & | operator() (const T &v) const |
} | |
const V & | operator[] (unsigned i) const |
} | |
value_array () | |
Constructors. | |
const mln::value::set< T > & | vset () const |
} |
T
. mln::value::value_array< T, V >::value_array | ( | ) | [inline] |
Constructors.
{
const V & mln::value::value_array< T, V >::operator() | ( | const T & | v | ) | const [inline] |
}
Access elements through a value of T
. {
const V & mln::value::value_array< T, V >::operator[] | ( | unsigned | i | ) | const [inline] |
}
Access elements through array indexes. {
const mln::value::set< T > & mln::value::value_array< T, V >::vset | ( | ) | const [inline] |
}
Reference to the set of T
.