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

Function Documentation

template<>
inline auto gpa::playback::detail::MakeTuple<MemoryBarrierInfo>(const MemoryBarrierInfo &memoryBarrierInfo)

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

Parameters

memoryBarrierInfo -- [in] The MemoryBarrierInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given MemoryBarrierInfo