ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
tuple.hpp File Reference

Algorithms for tuple-like inhomogeneous containers. More...

#include "utils/get.hpp"
#include "utils/type_traits.hpp"
#include <cstddef>
#include <tuple>
#include <type_traits>
#include <utility>
+ Include dependency graph for tuple.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 F , class Tuple >
void Utils::for_each (F &&f, Tuple &t)
 
template<class F , class Tuple >
void Utils::for_each (F &&f, Tuple &&t)
 

Detailed Description

Algorithms for tuple-like inhomogeneous containers.

Definition in file tuple.hpp.