last_rf_t Struct Reference
Reducing function that produces the tuplification of the last inputs it received. More...
#include <atria/xform/reducing/last_rf.hpp>
Public Member Functions | |
template<typename StateT , typename... InputTs> | |
constexpr auto | operator() (StateT &&, InputTs &&...ins) const -> estd::decay_t< decltype(tuplify(std::forward< InputTs >(ins)...))> |
Detailed Description
Reducing function that produces the tuplification of the last inputs it received.
- See also
- tuplify
Definition at line 42 of file last_rf.hpp.
The documentation for this struct was generated from the following file:
- src/atria/xform/reducing/last_rf.hpp