Gromacs  2025-dev-20241003-bd59e46
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
booltype.cpp File Reference
#include "gmxpre.h"
#include "gromacs/utility/booltype.h"
#include <vector>
#include "gromacs/utility/arrayref.h"
+ Include dependency graph for booltype.cpp:

Description

Implements routines in booltype.h .

Author
Christian Blau cblau.nosp@m..mai.nosp@m.l@gma.nosp@m.il.c.nosp@m.om

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...