|
ChampSim
|
Go to the source code of this file.
Namespaces | |
| champsim | |
Functions | |
| template<typename InputIt , typename OutputIt , typename F > | |
| auto | champsim::extract_if (InputIt begin, InputIt end, OutputIt d_begin, F func) |
| template<typename R , typename Output , typename F , typename G > | |
| long int | champsim::transform_while_n (R &queue, Output out, long int sz, F &&test_func, G &&transform_func) |