ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
DecayTupleResult< F > Struct Template Reference

Decay a tuple of only 1 type to that type. More...

Public Types

using type = std::tuple< std::invoke_result_t< F, Particle const & >... >
 

Detailed Description

template<typename... F>
struct DecayTupleResult< F >

Decay a tuple of only 1 type to that type.

Definition at line 64 of file statistics.cpp.

Member Typedef Documentation

◆ type

template<typename... F>
using DecayTupleResult< F >::type = std::tuple<std::invoke_result_t<F, Particle const &>...>

Definition at line 65 of file statistics.cpp.


The documentation for this struct was generated from the following file: