ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
get.hpp File Reference
#include <cstddef>
#include <utility>
+ Include dependency graph for get.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<std::size_t I, typename T >
std::tuple_element_t< I, T > const & Utils::get (T const &v) noexcept
 
template<std::size_t I, typename T >
std::tuple_element_t< I, T > & Utils::get (T &v) noexcept