Botan 3.7.1
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 504 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 506 of file asn1_obj.h.

506{ return oid.hash_code(); }
size_t hash_code() const
Definition asn1_oid.cpp:155

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