IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
IpplTypes.h
Go to the documentation of this file.
1//
2// IpplTypes
3// Typedefs for basic types used throughout IPPL
4//
5
6#ifndef IPPL_TYPES_H
7#define IPPL_TYPES_H
8
9#include <cstddef> //For std::size_t
10
11namespace ippl {
12 namespace detail {
13 typedef std::size_t size_type;
14 }
15} // namespace ippl
16
17#endif
Definition Archive.h:20
std::size_t size_type
Definition IpplTypes.h:13