LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Public Types | Public Member Functions | List of all members
std::hash< lsst::afw::table::Schema > Struct Template Reference

#include <Schema.h>

Public Types

using argument_type = lsst::afw::table::Schema
 
using result_type = size_t
 

Public Member Functions

size_t operator() (argument_type const &obj) const noexcept
 

Detailed Description

template<>
struct std::hash< lsst::afw::table::Schema >

Definition at line 466 of file Schema.h.

Member Typedef Documentation

◆ argument_type

Definition at line 467 of file Schema.h.

◆ result_type

Definition at line 468 of file Schema.h.

Member Function Documentation

◆ operator()()

size_t std::hash< lsst::afw::table::Schema >::operator() ( argument_type const &  obj) const
inlinenoexcept

Definition at line 469 of file Schema.h.

469 { return obj.hash_value(); }

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