KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Wrapper around bool to allow handling containers of boolean values. More...
#include <kabool.hpp>
Public Member Functions | |
constexpr | kabool () noexcept |
default constructor for a kabool with value false | |
constexpr | kabool (bool value) noexcept |
constructor to construct a kabool out of a bool | |
constexpr | operator bool () const noexcept |
implicit cast of kabool to bool | |
Wrapper around bool to allow handling containers of boolean values.