T operator [](int index)

Source

T operator [](int index) {
  return _children[index];
}