Bitcoin Core 28.99.0
P2P Digital Currency
Public Member Functions | Private Member Functions | Friends | List of all members
bitset_detail::MultiIntBitSet< I, N >::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 MultiIntBitSet
 

Detailed Description

template<typename I, unsigned N>
class bitset_detail::MultiIntBitSet< I, N >::IteratorEnd

Dummy type to return using end().

Only used for comparing with Iterator.

Definition at line 243 of file bitset.h.

Constructor & Destructor Documentation

◆ IteratorEnd() [1/2]

template<typename I , unsigned N>
constexpr bitset_detail::MultiIntBitSet< I, N >::IteratorEnd::IteratorEnd ( )
constexprprivatedefault

◆ IteratorEnd() [2/2]

template<typename I , unsigned N>
constexpr bitset_detail::MultiIntBitSet< I, N >::IteratorEnd::IteratorEnd ( const IteratorEnd )
constexprdefault

Friends And Related Function Documentation

◆ MultiIntBitSet

template<typename I , unsigned N>
friend class MultiIntBitSet
friend

Definition at line 245 of file bitset.h.


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