Graph.opIndex

Returns the value of the child node at the provided index

  1. E opIndex(size_t idx)
  2. T opIndex(size_t idx)
    class Graph(T)
    T
    opIndex
    (
    size_t idx
    )

Parameters

idx size_t

the index

Return Value

Type: T

the value

Meta