Indexer (programming)

From Wikipedia, the free encyclopedia

In object-oriented programming, an indexer allows instances of a particular class or struct to be indexed just like arrays.[1] It is a form of operator overloading.

C++

See also

References

Related Articles

Wikiwand AI