#include <utility>
#include "functions.h"
Include dependency graph for produce.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | skeleton |
Classes | |
| class | skeleton::product_function< F, G > |
| class | skeleton::product_ptr_function< F, G > |
Functions | |
| template<typename F, typename G> | |
| skeleton::product_function< F, G > | skeleton::produce_functions (const F &f, const G &g) |
| template<typename F, typename G> | |
| skeleton::product_ptr_function< F, G > | skeleton::produce_ptr_functions (const F &f, const G &g) |
Definition in file produce.h.
1.4.4