Variable StackTree._length

struct StackTree
{
  // ...
  size_t _length ;
  // ...
}