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
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::detail
Definition
Archive.h:21
ippl::detail::size_type
std::size_t size_type
Definition
IpplTypes.h:13