SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces
sdsl/include/sdsl/select_support_mcl.hpp File Reference

select_support_mcl.hpp contains classes that support a sdsl::bit_vector with constant time select information. More...

#include "int_vector.hpp"
#include "select_support.hpp"

Go to the source code of this file.

Classes

struct  sdsl::select_support_mcl_trait< bit_pattern, pattern_len >
struct  sdsl::select_support_mcl_trait< 0, 1 >
struct  sdsl::select_support_mcl_trait< 1, 1 >
struct  sdsl::select_support_mcl_trait< 10, 2 >
struct  sdsl::select_support_mcl_trait< 01, 2 >
class  sdsl::select_support_mcl< b, pattern_len >
 A class supporting constant time select queries (proposed by Munro/Clark, 1996) enhanced by broadword computing tricks. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

select_support_mcl.hpp contains classes that support a sdsl::bit_vector with constant time select information.

Author:
Simon Gog