template<typename F > 
template<typename T_a , typename T_b , typename T_theta > 
  
  
      
        
          | auto integrate_1d_adapter< F >::operator()  | 
          ( | 
          const T_a &  | 
          x,  | 
         
        
           | 
           | 
          const T_b &  | 
          xc,  | 
         
        
           | 
           | 
          std::ostream *  | 
          msgs,  | 
         
        
           | 
           | 
          const std::vector< T_theta > &  | 
          theta,  | 
         
        
           | 
           | 
          const std::vector< double > &  | 
          x_r,  | 
         
        
           | 
           | 
          const std::vector< int > &  | 
          x_i  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   |