FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
std::string fits::Compile
(
const std::string &
key
,
int16_t
i
=
-1
)
const
inline
protected
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
}
i
int i
Definition:
db_dim_client.c:21
fits
Generated on Sun Sep 18 2016 20:50:52 for FACT++ by
1.8.11