SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
k2_treap_helper.hpp File Reference

k2_treap_helper.hpp contains helper functions and definitions for a k^2-treap implementation. More...

#include <complex>
#include <cstdint>
#include <sdsl/bits.hpp>

Go to the source code of this file.

Classes

struct  sdsl::k2_treap_ns::precomp< t_k >
struct  sdsl::k2_treap_ns::precomp< t_k >::impl
struct  sdsl::k2_treap_ns::precomp< 2 >
struct  sdsl::k2_treap_ns::precomp< 4 >
struct  sdsl::k2_treap_ns::precomp< 8 >
struct  sdsl::k2_treap_ns::precomp< 16 >
struct  sdsl::k2_treap_ns::node_type

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
namespace  sdsl::k2_treap_ns

Typedefs

typedef std::complex< uint64_t > sdsl::k2_treap_ns::t_p
typedef t_p sdsl::k2_treap_ns::point_type
typedef t_p sdsl::k2_treap_ns::range_type

Variables

template<uint8_t t_k>
precomp< t_k >::impl sdsl::k2_treap_ns::precomp< t_k >::data

Detailed Description

k2_treap_helper.hpp contains helper functions and definitions for a k^2-treap implementation.

Author
Simon Gog

Definition in file k2_treap_helper.hpp.