Route.getData

Gets data from a specific parameter.

class Route
final
T
getData
(
T
)
(
size_t index
)

Parameters

index size_t

The index to get data from.

Return Value

Type: T

The data of the parameter.

Meta