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_dummy.hpp File Reference

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

#include "int_vector.hpp"
#include "select_support.hpp"
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

class  sdsl::select_support_dummy
 A dummy class for select. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

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

Author:
Simon Gog