Specialized Template Function gpa::playback::detail::MakeTuple< ViewportInfo >
Defined in File viewport-info.h
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