lsst.afw g5a732f18d5+66d966b544
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
std::hash< lsst::afw::typehandling::Storable > Struct Reference

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
 

Detailed Description

Generic hash to allow polymorphic access to Storable.

Exceptions
UnsupportedOperationExceptionThrown if the argument is not hashable.

Definition at line 189 of file Storable.h.

Member Typedef Documentation

◆ argument_type

Definition at line 190 of file Storable.h.

◆ result_type

Definition at line 191 of file Storable.h.

Member Function Documentation

◆ operator()()

size_t std::hash< lsst::afw::typehandling::Storable >::operator() ( argument_type const & obj) const
inline

Definition at line 192 of file Storable.h.


The documentation for this struct was generated from the following file: