![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <concepts>#include <cstddef>#include <limits>#include <type_traits>#include <utility>
Include dependency graph for mask.hpp:
This graph shows which files directly or indirectly include this file: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. | |