libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
qi::detail::Function< T > Struct Template Reference

#include <executioncontext.hpp>

Public Member Functions

template<class Arg >
 Function (Arg &&arg, typename std::enable_if<!std::is_same< typename std::decay< Arg >::type, Function >::value >::type *=nullptr)
 
 Function (const Function &)=default
 

Detailed Description

template<typename T>
struct qi::detail::Function< T >

Definition at line 28 of file executioncontext.hpp.

Constructor & Destructor Documentation

template<typename T >
template<class Arg >
qi::detail::Function< T >::Function ( Arg &&  arg,
typename std::enable_if<!std::is_same< typename std::decay< Arg >::type, Function< T > >::value >::type *  = nullptr 
)
inline

Definition at line 31 of file executioncontext.hpp.

template<typename T >
qi::detail::Function< T >::Function ( const Function< T > &  )
default

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