Reference documentation for deal.II version 8.1.0
Public Member Functions | Private Attributes | List of all members
Threads::internal::fun_encapsulator< RT, ArgList, 2 > Class Template Reference

Public Member Functions

 fun_encapsulator (typename internal::fun_ptr< RT, ArgList >::type *function)
 
 fun_encapsulator (const std_cxx1x::function< typename internal::fun_ptr< RT, ArgList >::type > &function)
 
Thread< RT > operator() (typename std_cxx1x::tuple_element< 0, ArgList >::type arg1, typename std_cxx1x::tuple_element< 1, ArgList >::type arg2)
 

Private Attributes

std_cxx1x::function< typename internal::fun_ptr< RT, ArgList >::type > function
 

Detailed Description

template<typename RT, typename ArgList>
class Threads::internal::fun_encapsulator< RT, ArgList, 2 >

Definition at line 1788 of file thread_management.h.


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