Empirical
Classes | Namespaces
flex_function.h File Reference

Based on std::function, but holds default parameter values for calls with fewer args. More...

#include <functional>
#include <tuple>
#include "../base/assert.h"
#include "../meta/meta.h"

Go to the source code of this file.

Classes

class  emp::flex_function< T >
 
class  emp::flex_function< R(ARGS...)>
 

Namespaces

 emp
 If we are in emscripten, make sure to include the header.
 

Detailed Description

Based on std::function, but holds default parameter values for calls with fewer args.

A collection of broadly-useful functions (that don't fit elsewhere)

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2016-2017
Note
Status: ALPHA
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2016-2018
Note
Status: BETA (though new functions are added frequently)