Gromacs
2024.4
|
Implements routines in booltype.h .
Functions | |
ArrayRef< bool > | gmx::makeArrayRef (std::vector< BoolType > &boolVector) |
Create ArrayRef to bool from reference to std::vector<BoolType>. More... | |
ArrayRef< const bool > | gmx::makeConstArrayRef (const std::vector< BoolType > &boolVector) |
Create ArrayRef to const bool from reference to std::vector<BoolType>. More... | |