A library for working with phylogenetic and population genetic data.
v0.27.0
lambda_iterator.hpp File Reference
#include "genesis/utils/core/thread_pool.hpp"
#include <cassert>
#include <functional>
#include <future>
#include <memory>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  EmptyLambdaIteratorData
 Empty helper data struct to serve as a dummy for LambdaIterator. More...
 
class  LambdaIterator< T, D >
 Type erasure for iterators, using std::function to eliminate the underlying input type. More...
 
class  LambdaIterator< T, D >::Iterator
 Internal iterator over the data. More...
 

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::utils