![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "utils/get.hpp"
#include <concepts>
#include <cstddef>
#include <limits>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
Functions | |
template<class T > | |
T | Utils::mask (std::unsigned_integral auto mask, T const &t) |
Pick elements of a tuple-like by a bit mask. | |