libstdc++
std::hash<::bitset< _Nb > > Struct Template Reference

#include <bitset>

Inherits std::__hash_base< _Result, _Arg >.

Public Member Functions

size_t operator() (const ::bitset< _Nb > &__b) const noexcept
 

Detailed Description

template<size_t _Nb>
struct std::hash<::bitset< _Nb > >

std::hash specialization for bitset.

Definition at line 1722 of file bitset.

Member Function Documentation

◆ operator()()

template<size_t _Nb>
size_t std::hash<::bitset< _Nb > >::operator() ( const ::bitset< _Nb > &  __b) const
inlinenoexcept

Definition at line 1726 of file bitset.


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