KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
kamping::kabool Class Reference

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
 

Detailed Description

Wrapper around bool to allow handling containers of boolean values.


The documentation for this class was generated from the following file: