Written for fairly adept technical users, preferably of Debian GNU/Linux, not for absolute beginners.
|
You'll probably be working with a single smartcard, so you'll want only one primary key ( |
| // Example program | |
| #include <iostream> | |
| #include <string> | |
| #include <vector> | |
| #include <type_traits> | |
| //--------------------- | |
| // Maybe and MyVector, two totally unrelated classes whose only commanilty is that they are both type constructors of the same arity (e.g. 1) and order (e.g. 1). | |
| //--------------------- | |
| template< typename T > |