Boost.DynamicBitset

    • Boost.DynamicBitset
    • Reference
  • std::hash<boost::dynamic_bitset<Block, AllocatorOrContainer>>
arrow_upward

std::hash<boost::dynamic_bitset<Block, AllocatorOrContainer>>

Support for std::hash.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

template<
    typename Block,
    typename AllocatorOrContainer>
struct hash<boost::dynamic_bitset<Block, AllocatorOrContainer>>;

Description

You can exclude this support by defining the macro BOOST_DYNAMIC_BITSET_NO_STD_HASH.

Created with MrDocs