ChampSim
algorithm.h File Reference
#include <algorithm>
#include "util/span.h"
Include dependency graph for algorithm.h:
This graph shows which files directly or indirectly include this file:

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)