SDSL  3.0.0
Succinct Data Structure Library
sdsl::int_vector_load_wrapper< int_vector_type > Class Template Reference

#include <int_vector_io_wrappers.hpp>

Public Types

typedef int_vector_type::size_type size_type
 

Public Member Functions

 int_vector_load_wrapper (int_vector_type &vec)
 
void load (std::istream &in)
 

Detailed Description

template<class int_vector_type = int_vector<>>
class sdsl::int_vector_load_wrapper< int_vector_type >

Definition at line 189 of file int_vector_io_wrappers.hpp.

Member Typedef Documentation

◆ size_type

template<class int_vector_type = int_vector<>>
typedef int_vector_type::size_type sdsl::int_vector_load_wrapper< int_vector_type >::size_type

Definition at line 192 of file int_vector_io_wrappers.hpp.

Constructor & Destructor Documentation

◆ int_vector_load_wrapper()

template<class int_vector_type = int_vector<>>
sdsl::int_vector_load_wrapper< int_vector_type >::int_vector_load_wrapper ( int_vector_type &  vec)
inline

Definition at line 198 of file int_vector_io_wrappers.hpp.

Member Function Documentation

◆ load()

template<class int_vector_type = int_vector<>>
void sdsl::int_vector_load_wrapper< int_vector_type >::load ( std::istream &  in)
inline

Definition at line 201 of file int_vector_io_wrappers.hpp.


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