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

Function Documentation

template<typename ...Args>
FieldDescriptor ouster::sdk::core::fd_array(ChanFieldType tag, 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.

  • tag[in] The ChanFieldType representing the type of the array.

Returns:

FieldDescriptor array