Specialized Template Function gpa::playback::detail::MakeTuple< IndirectBufferInfo >

Function Documentation

template<>
inline auto gpa::playback::detail::MakeTuple<IndirectBufferInfo>(const IndirectBufferInfo &indirectBufferInfo)

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

Parameters

indirectBufferInfo -- [in] The IndirectBufferInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given IndirectBufferInfo