How ? Can you tell me the syntax?
Example using two Template parameters
#include <string>
template <class K, class V>
struct Foo {
K key;
V value;
};
int main() {
Foo<std::string, int> f{ "Hello", 123 };
}
olli
Artöm
Anonymous
Sachin
Vipul
Ilya
Dima
Dr Giancarlo
MᏫᎻᎯᎷᎷᎬᎠ