| 
| template<class _Ty1 , class _Ty2 >  | 
| auto  | operator() (_Ty1 &&_Left, _Ty2 &&_Right) const -> decltype(_STD forward< _Ty1 >(_Left)/_STD forward< _Ty2 >(_Right)) | 
|   | 
template<class _Ty1 , class _Ty2 > 
  
  
      
        
          | auto divides< void >::operator()  | 
          ( | 
          _Ty1 &&  | 
          _Left,  | 
         
        
           | 
           | 
          _Ty2 &&  | 
          _Right  | 
         
        
           | 
          ) | 
           |  const -> decltype(_STD forward<_Ty1>(_Left) / _STD forward<_Ty2>(_Right))
		 | 
         
       
   | 
  
inline   | 
  
 
const _Ty & _Right
Definition: algorithm:4087
 
 
 
 
The documentation for this struct was generated from the following file: