KiCad PCB EDA Suite
|
Public Member Functions | |
template<class... Args> | |
combined (std::initializer_list< int > il, Args &&... args) | |
Public Attributes | |
std::vector< int > | v |
std::tuple< int, int > | t |
Definition at line 105 of file test_ki_any.cpp.
|
inline |
Definition at line 109 of file test_ki_any.cpp.
std::tuple<int, int> combined::t |
Definition at line 107 of file test_ki_any.cpp.
std::vector<int> combined::v |
Definition at line 106 of file test_ki_any.cpp.