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

#include <di/container/algorithm/equal.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 -> bool
 
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 -> bool
 

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::EqualFunction::operator() ( Con && con,
Jon && jon,
Pred pred = {},
Proj proj = {},
Jroj jroj = {} ) const -> bool
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::EqualFunction::operator() ( It it,
Sent ed,
Jt jt,
Jent fd,
Pred pred = {},
Proj proj = {},
Jroj jroj = {} ) const -> bool
inlineconstexpr

The documentation for this struct was generated from the following file: