IPPL API Reference
Independent Parallel Particle Layer C++ API
Loading...
Searching...
No Matches
IpplTypes.h
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
11
namespace
ippl
{
12
namespace
detail {
13
typedef
std::size_t size_type;
14
}
15
}
// namespace ippl
16
17
#endif
ippl
Definition
Archive.h:20
ippl-src
src
Types
IpplTypes.h
Generated by
1.9.8