KiCad PCB EDA Suite
Loading...
Searching...
No Matches
combined Struct Reference

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
 

Detailed Description

Definition at line 105 of file test_ki_any.cpp.

Constructor & Destructor Documentation

◆ combined()

template<class... Args>
combined::combined ( std::initializer_list< int >  il,
Args &&...  args 
)
inline

Definition at line 109 of file test_ki_any.cpp.

Member Data Documentation

◆ t

std::tuple<int, int> combined::t

Definition at line 107 of file test_ki_any.cpp.

◆ v

std::vector<int> combined::v

Definition at line 106 of file test_ki_any.cpp.


The documentation for this struct was generated from the following file: