|
Gromacs
2026.0-dev-20251114-850eace
|
#include "gmxpre.h"#include "gromacs/utility/booltype.h"#include <vector>#include "gromacs/utility/arrayref.h"
Include dependency graph for booltype.cpp: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... | |
1.8.5