Apache Mesos
Public Types | Public Member Functions | List of all members
Overload< F > Struct Template Reference

#include <overload.hpp>

Inheritance diagram for Overload< F >:

Public Types

using Callable = typename std::remove_reference< F >::type
 
using result_type = typename LambdaTraits< Callable >::result_type
 

Public Member Functions

template<typename G >
 Overload (G &&g)
 

Member Typedef Documentation

template<typename F >
using Overload< F >::Callable = typename std::remove_reference<F>::type
template<typename F >
using Overload< F >::result_type = typename LambdaTraits<Callable>::result_type

Constructor & Destructor Documentation

template<typename F >
template<typename G >
Overload< F >::Overload ( G &&  g)
inline

The documentation for this struct was generated from the following file: