std::ios_base::pword (3) Linux Manual Page
std::ios_base::pword – std::ios_base::pword Synopsis void *&pword(int index); First, allocates or resizes the private storage (dynamic array of void* or another indexable data structure) sufficiently to make index a valid index, then returns a reference to the void* element of the private storage with the index index. The reference may be invalidated by any operation on…
