|
lsst.afw g714e0ed6de+de8826df4f
|
Generic hash to allow polymorphic access to Storable. More...
#include <Storable.h>
Public Types | |
| using | argument_type = lsst::afw::typehandling::Storable |
| using | result_type = size_t |
Public Member Functions | |
| size_t | operator() (argument_type const &obj) const |
| T | hash (T... args) |
| T | operator() (T... args) |
Generic hash to allow polymorphic access to Storable.
| UnsupportedOperationException | Thrown if the argument is not hashable. |
Definition at line 189 of file Storable.h.
| using std::hash< lsst::afw::typehandling::Storable >::argument_type = lsst::afw::typehandling::Storable |
Definition at line 190 of file Storable.h.
| using std::hash< lsst::afw::typehandling::Storable >::result_type = size_t |
Definition at line 191 of file Storable.h.
|
inline |
Definition at line 192 of file Storable.h.