lsst.afw g2409686516+e67ccb3675
|
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 |
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.