TPIE

v1.1rc1-6-g0c97303
packed_array.h File Reference

Packed array with known memory requirements. More...

#include <tpie/config.h>
#include <boost/static_assert.hpp>

Go to the source code of this file.

Classes

class  tpie::packed_array_iter_facade< CT, forward, RT >
 Base class for the iterators. More...
 
class  tpie::packed_array< T, B >
 An array storring elements of type T using B bits to to store a element. More...
 

Namespaces

 tpie
 TPIE's namespace.
 

Functions

template<typename CT , bool f, typename RT >
CT tpie::operator+ (ptrdiff_t n, const packed_array_iter_facade< CT, f, RT > &i)
 

Detailed Description

Packed array with known memory requirements.

Definition in file packed_array.h.