#include <di/container/algorithm/mismatch.h>
 | 
template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, concepts::InputIterator Jt, concepts::SentinelFor< Jt > Jent, typename Pred = function::Equal, typename Proj = function::Identity, typename Jroj = function::Identity>  
requires (concepts::IndirectlyComparable<It, Jt, Pred, Proj, Jroj>) | 
| constexpr auto  | operator() (It it, Sent ed, Jt jt, Jent fd, Pred pred={}, Proj proj={}, Jroj jroj={}) const -> InInResult< It, Jt > | 
|   | 
template<concepts::InputContainer Con, concepts::InputContainer Jon, typename Pred = function::Equal, typename Proj = function::Identity, typename Jroj = function::Identity>  
requires (concepts::IndirectlyComparable<meta::ContainerIterator<Con>, meta::ContainerIterator<Jon>, Pred, Proj, Jroj>) | 
| constexpr auto  | operator() (Con &&con, Jon &&jon, Pred pred={}, Proj proj={}, Jroj jroj={}) const -> InInResult< meta::BorrowedIterator< Con >, meta::BorrowedIterator< Jon > > | 
|   | 
◆ operator()() [1/2]
template<concepts::InputContainer Con, concepts::InputContainer Jon, typename Pred = function::Equal, typename Proj = function::Identity, typename Jroj = function::Identity> 
requires (concepts::IndirectlyComparable<
meta::ContainerIterator<Con>, 
meta::ContainerIterator<Jon>, Pred, Proj, Jroj>)
 
 
 
◆ operator()() [2/2]
template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, concepts::InputIterator Jt, concepts::SentinelFor< Jt > Jent, typename Pred = function::Equal, typename Proj = function::Identity, typename Jroj = function::Identity> 
requires (concepts::IndirectlyComparable<It, Jt, Pred, Proj, Jroj>)
  
  
      
        
          | auto di::container::detail::MismatchFunction::operator()  | 
          ( | 
          It |           it,  | 
         
        
           | 
           | 
          Sent |           ed,  | 
         
        
           | 
           | 
          Jt |           jt,  | 
         
        
           | 
           | 
          Jent |           fd,  | 
         
        
           | 
           | 
          Pred |           pred = {},  | 
         
        
           | 
           | 
          Proj |           proj = {},  | 
         
        
           | 
           | 
          Jroj |           jroj = {} ) const -> InInResult<It, Jt>  | 
         
       
   | 
  
inlineconstexpr   | 
  
 
 
The documentation for this struct was generated from the following file: