Template Function ouster::sdk::core::fd_array(Args&&…)

Function Documentation

template<typename T, typename ...Args>
FieldDescriptor ouster::sdk::core::fd_array(Args&&... args)

Parameter pack shorthand for FieldDescriptor::array.

Template Parameters:

T – The element type of the array (e.g., int, float).

Parameters:

args[in] Variadic arguments that are forwarded to the function.

Returns:

FieldDescriptor array