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

Function Documentation

template<>
inline auto gpa::playback::detail::MakeTuple<ViewportInfo>(const ViewportInfo &viewportInfo)

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

Parameters

viewportInfo -- [in] The ViewportInfo to make a std::tuple<> of

Returns

The std::tuple<> of the given ViewportInfo