FACT++  1.0
std::string fits::Compile ( const std::string &  key,
int16_t  i = -1 
) const
inlineprotected

Definition at line 562 of file fits.h.

References i.

563  {
564 #if GCC_VERSION < 40603
565  return i<0 ? key : key+std::to_string((long long int)(i));
566 #else
567  return i<0 ? key : key+std::to_string(i);
568 #endif
569  }
int i
Definition: db_dim_client.c:21