STL-compatible allocator for requesting memory using the builtin MPI allocator.
Definition allocator.hpp:32
Wrapper around bool to allow handling containers of boolean values.
Definition kabool.hpp:17
constexpr kabool(bool value) noexcept
constructor to construct a kabool out of a bool
Definition kabool.hpp:22
constexpr kabool() noexcept
default constructor for a kabool with value false
Definition kabool.hpp:20