lsst.afw ge482522685+b500e6e25f
|
Go to the source code of this file.
Classes | |
class | lsst::afw::typehandling::PolymorphicValue |
Container that passes Storable objects by value while preserving type. More... | |
struct | std::hash< lsst::afw::typehandling::PolymorphicValue > |
Hash specialization for PolymorphicValue. More... | |
Namespaces | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::typehandling |
namespace | std |
STL namespace. | |
Functions | |
void | lsst::afw::typehandling::swap (PolymorphicValue &lhs, PolymorphicValue &rhs) noexcept |
Swap specialization for PolymorphicValue. More... | |
template<> | |
void | std::swap (lsst::afw::typehandling::PolymorphicValue &lhs, lsst::afw::typehandling::PolymorphicValue &rhs) noexcept |
Swap specialization for PolymorphicValue. More... | |