Gromacs
2024.3
|
#include <gromacs/utility/include/gromacs/utility/booltype.h>
A clone of a bool as a workaround on the template specialization of std::vector<bool> that is incompatible with ArrayRef.
Use when you need to create an ArrayRef on a vector of boolean values.
Public Member Functions | |
BoolType (bool value) | |
Allow implicit construction from plain bool. | |
constexpr | operator bool () const |
Conversion to bool. | |
Public Attributes | |
bool | value_ = false |