Gromacs
2022-beta1
|
#include <type_traits>
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/gmxassert.h"
Declares gmx::Range.
Classes | |
class | gmx::Range< typename > |
Defines a range of integer numbers and accompanying operations. More... | |
struct | gmx::Range< typename >::iterator |
An iterator that loops over a range of integers. More... | |