FACT++  1.0
string Converter::GetString ( const void *  d,
size_t  size 
) const

Definition at line 735 of file Converter.cc.

References size.

736 {
737  const string s = Get<string>(dat, size);
738  return s.empty() ? s : s.substr(1);
739 }
int size
Definition: db_dim_server.c:17