Botan 3.9.0
Crypto and TLS for C&
std::hash< Botan::OID > Class Reference

#include <asn1_obj.h>

Public Member Functions

size_t operator() (const Botan::OID &oid) const noexcept

Detailed Description

Definition at line 511 of file asn1_obj.h.

Member Function Documentation

◆ operator()()

size_t std::hash< Botan::OID >::operator() ( const Botan::OID & oid) const
inlinenoexcept

Definition at line 513 of file asn1_obj.h.

513{ return static_cast<size_t>(oid.hash_code()); }
uint64_t hash_code() const
Definition asn1_oid.cpp:160

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