pcount

Determines the number of bytes offset from the current stream position to the beginning of the array.

  int pcount() const;
  
Remarks

The function pcount() is used to determine the offset of the array. This may not equal to the number of characters inserted due to possible positioning operations.

Returns an int_type that is the length of the array.