FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<typename T >
T fits::Table::Get
(
const std::string &
key
,
const T &
deflt
)
const
inline
Definition at line
438
of file
fits.h
.
439
{
440
const
Keys::const_iterator it =
keys
.find(key);
441
return
it==
keys
.end() ? deflt :it->second.Get<T>();
442
}
fits::Table::keys
Keys keys
Definition:
fits.h:118
fits
Table
Generated on Sun Sep 18 2016 20:50:52 for FACT++ by
1.8.11