#include <fc/variant.hpp>
#include <fc/api.hpp>
#include <fc/any.hpp>
#include <memory>
#include <vector>
#include <functional>
#include <utility>
#include <fc/signals.hpp>
 
Go to the source code of this file.
 | 
| template<typename R , typename Arg0 , typename ... Args>  | 
| std::function< R(Args...)>  | fc::detail::bind_first_arg (const std::function< R(Arg0, Args...)> &f, Arg0 a0) | 
|   | 
| template<typename R >  | 
| R  | fc::detail::call_generic (const std::function< R()> &f, variants::const_iterator a0, variants::const_iterator e) | 
|   | 
| template<typename R , typename Arg0 , typename ... Args>  | 
| R  | fc::detail::call_generic (const std::function< R(Arg0, Args...)> &f, variants::const_iterator a0, variants::const_iterator e) | 
|   | 
| template<typename R , typename ... Args>  | 
| std::function< variant(const fc::variants &)>  | fc::detail::to_generic (const std::function< R(Args...)> &f) | 
|   | 
| template<typename ... Args>  | 
| std::function< variant(const fc::variants &)>  | fc::detail::to_generic (const std::function< void(Args...)> &f) | 
|   |