This topic has not yet been rated - Rate this topic

vector::reference

A type that provides a reference to an element stored in a vector.

typedef typename Allocator::reference reference;

See at for an example of how to use reference in the vector class.

Header: <vector>

Namespace: std

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.