Iros
 
Loading...
Searching...
No Matches
di::container::detail::MismatchFunction Struct Reference

#include <di/container/algorithm/mismatch.h>

Public Member Functions

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 > >
 

Member Function Documentation

◆ 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>)
auto di::container::detail::MismatchFunction::operator() ( Con && con,
Jon && jon,
Pred pred = {},
Proj proj = {},
Jroj jroj = {} ) const -> InInResult<meta::BorrowedIterator<Con>, meta::BorrowedIterator<Jon>>
inlineconstexpr

◆ 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: