Provides the boost::iterator_adaptor base type used by BitIterator.

Synopsis

Declared in <folly/container/detail/BitIteratorDetail.h>

template<class BaseIter>
struct BitIteratorBase;

Type Aliases

Name

Description

type

The boost::iterator_adaptor base type for BitIterator.

Created with MrDocs