Bitcoin Core 28.99.0
P2P Digital Currency
Public Member Functions | Private Member Functions | Friends | List of all members
bitset_detail::IntBitSet< I >::IteratorEnd Class Reference

Dummy type to return using end(). More...

Public Member Functions

constexpr IteratorEnd (const IteratorEnd &)=default
 

Private Member Functions

constexpr IteratorEnd ()=default
 

Friends

class IntBitSet
 

Detailed Description

template<typename I>
class bitset_detail::IntBitSet< I >::IteratorEnd

Dummy type to return using end().

Only used for comparing with Iterator.

Definition at line 73 of file bitset.h.

Constructor & Destructor Documentation

◆ IteratorEnd() [1/2]

template<typename I >
constexpr bitset_detail::IntBitSet< I >::IteratorEnd::IteratorEnd ( )
constexprprivatedefault

◆ IteratorEnd() [2/2]

template<typename I >
constexpr bitset_detail::IntBitSet< I >::IteratorEnd::IteratorEnd ( const IteratorEnd )
constexprdefault

Friends And Related Function Documentation

◆ IntBitSet

template<typename I >
friend class IntBitSet
friend

Definition at line 75 of file bitset.h.


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