|
lsst.afw g10abae039c+de8826df4f
|
Hash specialization for PolymorphicValue. More...
#include <PolymorphicValue.h>
Public Types | |
| using | argument_type = lsst::afw::typehandling::PolymorphicValue |
| using | result_type = size_t |
Public Member Functions | |
| size_t | operator() (argument_type const &obj) const |
| T | hash (T... args) |
| T | operator() (T... args) |
Hash specialization for PolymorphicValue.
| UnsupportedOperationException | Thrown if the Storable is not hashable. |
Definition at line 167 of file PolymorphicValue.h.
| using std::hash< lsst::afw::typehandling::PolymorphicValue >::argument_type = lsst::afw::typehandling::PolymorphicValue |
Definition at line 168 of file PolymorphicValue.h.
| using std::hash< lsst::afw::typehandling::PolymorphicValue >::result_type = size_t |
Definition at line 169 of file PolymorphicValue.h.
|
inline |
Definition at line 170 of file PolymorphicValue.h.