Fleet  0.0.9
Inference in the LOT
Typedefs | Functions
Functional.h File Reference
#include <functional>
#include <cassert>
Include dependency graph for Functional.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

template<typename out , typename... args>
using ft = std::function< out(args...)>
 

Functions

template<typename Fout , typename Gout , typename... Gargs>
ft< Fout, Gargs... > compose (ft< Fout, Gout > &f, ft< Gout, Gargs... > &g)
 

Typedef Documentation

◆ ft

template<typename out , typename... args>
using ft = std::function<out(args...)>

Function Documentation

◆ compose()

template<typename Fout , typename Gout , typename... Gargs>
ft<Fout,Gargs...> compose ( ft< Fout, Gout > &  f,
ft< Gout, Gargs... > &  g 
)