HDK
|
#include <tuple>
Go to the source code of this file.
Macros | |
#define | UTtupleIgnore std::ignore |
#define | UTtupleGet std::get |
#define | UTmakeTuple std::make_tuple |
#define | UTlhsTuple std::tie |
Typedefs | |
template<class... Types> | |
using | UT_Tuple = std::tuple< Types...> |
#define UTlhsTuple std::tie |
Definition at line 61 of file UT_Tuple.h.
#define UTmakeTuple std::make_tuple |
Definition at line 59 of file UT_Tuple.h.
#define UTtupleGet std::get |
Definition at line 57 of file UT_Tuple.h.
#define UTtupleIgnore std::ignore |
Definition at line 55 of file UT_Tuple.h.
using UT_Tuple = std::tuple<Types...> |
Definition at line 53 of file UT_Tuple.h.