ivutils
Loading...
Searching...
No Matches
data_unpacked< T, cont_t, index_t > Class Template Reference

Stores data in some container of the the type cont_t. More...

#include <seqpack.h>

Inheritance diagram for data_unpacked< T, cont_t, index_t >:

Public Member Functions

template<class rec_it >
index_t next_group (rec_it beg, index_t n=1)
 put a group of n elements starting with beg
 
std::size_t packed_size () const
 returns the size in bytes ignoring vector overheads
 
std::size_t data_size () const
 returns full unpacked sequence size in bytes
 

Detailed Description

template<class T, class cont_t = std::vector<T>, class index_t = std::ptrdiff_t>
class data_unpacked< T, cont_t, index_t >

Stores data in some container of the the type cont_t.


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