FACT++  1.0
template<class T >
Converter::Type Converter::GetType ( )
staticprivate

Definition at line 742 of file Converter.cc.

References t.

743 {
744  Type t;
745  t.first = &typeid(T);
746  t.second = sizeof(T);
747  return t;
748 }
std::pair< const std::type_info *, int > Type
Definition: Converter.h:19
TT t
Definition: test_client.c:26