Rice
3.0.0
|
A helper class so array[index]=value can work. More...
#include <Array.hpp>
Public Member Functions | |
Proxy (Array array, long index) | |
Construct a new Proxy. | |
operator Object () const | |
Implicit conversion to Object. | |
VALUE | value () const |
Explicit conversion to VALUE. | |
template<typename T > | |
Object | operator= (T const &value) |
Assignment operator. | |
A helper class so array[index]=value can work.