ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <cstdint>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
Functions | |
constexpr uint64_t | Utils::u32_to_u64 (uint32_t high, uint32_t low) |
constexpr std::pair< uint32_t, uint32_t > | Utils::u64_to_u32 (uint64_t in) |