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

Definition at line 751 of file Converter.cc.

References t.

752 {
753  Type t;
754  t.first = &typeid(T);
755  t.second = 0;
756  return t;
757 }
std::pair< const std::type_info *, int > Type
Definition: Converter.h:19
TT t
Definition: test_client.c:26