Botan 3.12.0
Crypto and TLS for C&
Botan::X509_Certificate::TagHash Class Referencefinal

#include <x509cert.h>

Public Member Functions

size_t operator() (const X509_Certificate::Tag &tag) const noexcept

Detailed Description

Definition at line 409 of file x509cert.h.

Member Function Documentation

◆ operator()()

size_t Botan::X509_Certificate::TagHash::operator() ( const X509_Certificate::Tag & tag) const
inlinenoexcept

Definition at line 411 of file x509cert.h.

411{ return tag.hash(); }
size_t hash() const noexcept
Definition x509cert.h:395

References Botan::X509_Certificate::tag().


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