ChampSim
|
#include <repeatable.h>
Public Member Functions | |
repeatable (Args... args) | |
auto | operator() () |
bool | eof () const |
Public Attributes | |
std::tuple< Args... > | args_ |
T | intern_ {std::apply([](auto... x) { return T{x...}; }, args_)} |
|
inlineexplicit |
|
inline |
|
inline |
std::tuple<Args...> champsim::repeatable< T, Args >::args_ |
T champsim::repeatable< T, Args >::intern_ {std::apply([](auto... x) { return T{x...}; }, args_)} |