Evo C++ Library v0.5.1
Public Member Functions | Public Attributes | List of all members
Bits< T, TSize >::IterState Struct Reference

#include <evo/bits.h>

Detailed Description

template<class T = ulong, class TSize = SizeT>
struct evo::Bits< T, TSize >::IterState

Bit array iteration state.

Public Member Functions

 IterState ()
 

Public Attributes

chunk
 
const T * data
 
Size index
 
Size pos
 
Size size
 

Constructor & Destructor Documentation

◆ IterState()

IterState ( )
inline

Member Data Documentation

◆ chunk

T chunk

◆ data

const T* data

◆ index

Size index

◆ pos

Size pos

◆ size

Size size

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