| 
|   | _Binder (_Fx &&_Func, _Types &&..._Args) | 
|   | 
 | 
| template<class _Decayed , class _Ty1 >  | 
| static auto  | _Call (_Decayed _Pmd, _Ty1 &&_Arg1) -> decltype((*_STD forward< _Ty1 >(_Arg1)).*_Pmd) | 
|   | 
template<class _Ret , class _Fx , class... _Types> 
 
 
template<class _Ret , class _Fx , class... _Types> 
 
 
template<class _Ret , class _Fx , class... _Types> 
 
 
template<class _Ret , class _Fx , class... _Types> 
  
  
      
        
          | _Binder< _Ret, _Fx, _Types >::_Binder  | 
          ( | 
          _Fx &&  | 
          _Func,  | 
         
        
           | 
           | 
          _Types &&...  | 
          _Args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineexplicit   | 
  
 
  865             _STD forward<_Fx>(_Func), 
_STD forward<_Types>(_Args)...)
 
_Compressed_pair< _First, _Second > _Mypair
Definition: functional:860
 
 
 
 
template<class _Ret , class _Fx , class... _Types> 
 
 
The documentation for this class was generated from the following file: