#include <iostream>
#include <string>
#include <typeinfo>
#include <vector>
Go to the source code of this file.
Definition at line 25 of file test_templbasename.cxx.
29 cerr << a.INameT<int>::name() <<
endl;
30 cerr << a.INameT<float>::name() <<
endl;
42 cerr <<
"Via bases" <<
endl;
43 vector<IName*> named{ai,af};
44 for (
auto n : named) {
45 cerr <<
n->name() <<
endl;
virtual std::string name() const
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
QTextStream & endl(QTextStream &s)