jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
bitheap.hpp File Reference
#include <unistd.h>
#include <climits>
#include <cmath>
#include <cstring>
#include <limits>
#include <string_view>
#include <jau/basic_types.hpp>
#include <jau/byte_util.hpp>
#include <jau/cpp_lang_util.hpp>
#include <jau/int_math.hpp>
#include <jau/int_math_ct.hpp>
#include <jau/int_types.hpp>
#include <jau/string_util.hpp>
#include <jau/type_concepts.hpp>
Include dependency graph for bitheap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jau::bitheap
 Simple dynamically heap-sized bitheap for efficient bit storage access in O(1). More...
 

Namespaces

namespace  jau
 __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros.
 

Functions

std::ostream & jau::operator<< (std::ostream &out, const bitheap &v)