Template Function gpa::playback::detail::MakeTuple

Function Documentation

template<typename ResourceInfoType>
inline auto gpa::playback::detail::MakeTuple(const ResourceInfoType &resourceInfo)

Gets a std::tuple<> of a given ResourceInfo for use in comparison operators.

Parameters
  • <ResourceInfoType> -- The ResourceInfo type to make a std::tuple<> of

  • resourceInfo -- [in] The ResourceInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given ResourceInfo