![]() |
Prev | Next |
n = v.size()
v
has one of the following prototypes:
const vec_bool& v
const vec_int& v
const vec_double& v
const vec_a_double& v
size_t n
i.e., it is a positive integer.
Its value is the number of elements in the vector
v
.