Loading [MathJax]/extensions/tex2jax.js
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
u32_to_u64.hpp File Reference
#include <cstdint>
#include <utility>
+ Include dependency graph for u32_to_u64.hpp:
+ This graph shows which files directly or indirectly include this file:

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)