SDSL  3.0.0
Succinct Data Structure Library
sdsl::select_support_sd_trait< 0, t_sd_vec > Struct Template Reference

#include <sd_vector.hpp>

Public Types

typedef bit_vector::size_type size_type
 

Static Public Member Functions

static size_type select (size_type i, const t_sd_vec *v)
 

Detailed Description

template<class t_sd_vec>
struct sdsl::select_support_sd_trait< 0, t_sd_vec >

Definition at line 556 of file sd_vector.hpp.

Member Typedef Documentation

◆ size_type

template<class t_sd_vec >
typedef bit_vector::size_type sdsl::select_support_sd_trait< 0, t_sd_vec >::size_type

Definition at line 558 of file sd_vector.hpp.

Member Function Documentation

◆ select()

template<class t_sd_vec >
static size_type sdsl::select_support_sd_trait< 0, t_sd_vec >::select ( size_type  i,
const t_sd_vec *  v 
)
inlinestatic

Definition at line 559 of file sd_vector.hpp.


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