Gromacs
2025-dev-20241003-bd59e46
|
#include "gmxpre.h"
#include "gromacs/utility/booltype.h"
#include <vector>
#include "gromacs/utility/arrayref.h"
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... | |