SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
A wrapper class which allows us to serialize an char array as an int_vector. More...
#include <int_vector.hpp>
Public Types | |
typedef size_type_class | size_type |
Public Member Functions | |
char_array_serialize_wrapper (const unsigned char *c=NULL, size_type n=0) | |
size_type | serialize (std::ostream &out) const |
A wrapper class which allows us to serialize an char array as an int_vector.