KiCad PCB EDA Suite
|
Public Member Functions | |
wrapper ()=default | |
wrapper (const any &t) | |
wrapper (const wrapper &w) | |
auto & | operator= (const any &t) |
auto & | operator= (const wrapper &w) |
Public Attributes | |
any | value |
Definition at line 529 of file test_ki_any.cpp.
|
default |
wrapper::wrapper | ( | const any & | t | ) |
wrapper::wrapper | ( | const wrapper & | w | ) |
auto & wrapper::operator= | ( | const any & | t | ) |
|
inline |
Definition at line 539 of file test_ki_any.cpp.
References value.
any wrapper::value |
Definition at line 545 of file test_ki_any.cpp.
Referenced by operator=().