proxy class for representing an lvalue to an element of PackedArray.
More...
#include <PackedArray.h>
Public Member Functions | |
| proxy (PackedArray &arr, size_type n) | |
Constructor, from a PackedArray and index n. | |
| operator value_type () const | |
| Retrieve the element referenced by the proxy. | |
| proxy & | operator= (value_type v) |
Set the element referenced by the proxy to v. | |
proxy class for representing an lvalue to an element of PackedArray.
1.6.1