Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtMultimediaPrivate::ranges::impl::equal_fn Struct Reference

#include <qmultimedia_ranges_p.h>

Collaboration diagram for QtMultimediaPrivate::ranges::impl::equal_fn:

Public Member Functions

template<typename Range1, typename Range2, typename Pred = std::equal_to<>>
bool operator() (Range1 &&lhs, Range2 &&rhs, Pred pred={}) const

Detailed Description

Definition at line 222 of file qmultimedia_ranges_p.h.

Member Function Documentation

◆ operator()()

template<typename Range1, typename Range2, typename Pred = std::equal_to<>>
bool QtMultimediaPrivate::ranges::impl::equal_fn::operator() ( Range1 && lhs,
Range2 && rhs,
Pred pred = {} ) const
inline

Definition at line 225 of file qmultimedia_ranges_p.h.


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