Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
fixedcapacityvector.h File Reference
#include <array>
#include <stdexcept>
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/gmxassert.h"
+ Include dependency graph for fixedcapacityvector.h:

Description

Declares gmx::FixedCapacityVector.

Author
Berk Hess hess@.nosp@m.kth..nosp@m.se

Classes

class  gmx::FixedCapacityVector< typename, size_t >
 Vector that behaves likes std::vector but has fixed capacity. More...