SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::int_vector< t_width >::raw_wrapper Struct Reference

#include <int_vector.hpp>

Public Member Functions

 raw_wrapper ()=delete
 
 raw_wrapper (const int_vector &_vec)
 
size_type serialize (std::ostream &out, structure_tree_node *v=nullptr, std::string name="") const
 

Public Attributes

const int_vectorvec
 

Detailed Description

template<uint8_t t_width>
struct sdsl::int_vector< t_width >::raw_wrapper

Definition at line 820 of file int_vector.hpp.

Constructor & Destructor Documentation

◆ raw_wrapper() [1/2]

template<uint8_t t_width>
sdsl::int_vector< t_width >::raw_wrapper::raw_wrapper ( )
delete

◆ raw_wrapper() [2/2]

template<uint8_t t_width>
sdsl::int_vector< t_width >::raw_wrapper::raw_wrapper ( const int_vector _vec)
inline

Definition at line 824 of file int_vector.hpp.

Member Function Documentation

◆ serialize()

template<uint8_t t_width>
size_type sdsl::int_vector< t_width >::raw_wrapper::serialize ( std::ostream &  out,
structure_tree_node v = nullptr,
std::string  name = "" 
) const
inline

Definition at line 828 of file int_vector.hpp.

Member Data Documentation

◆ vec

template<uint8_t t_width>
const int_vector& sdsl::int_vector< t_width >::raw_wrapper::vec

Definition at line 822 of file int_vector.hpp.


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