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
qmultimedia_ranges_p.h File Reference

(b2fc0ff28c4d191c61e05abf4e2d22228dde6f8c)

#include <QtCore/qtconfigmacros.h>
#include <algorithm>
#include <utility>
Include dependency graph for qmultimedia_ranges_p.h:

Go to the source code of this file.

Classes

struct  QtMultimediaPrivate::ranges::impl::max_fn
struct  QtMultimediaPrivate::ranges::impl::max_element_fn
struct  QtMultimediaPrivate::ranges::impl::min_fn
struct  QtMultimediaPrivate::ranges::impl::min_element_fn
struct  QtMultimediaPrivate::ranges::impl::sort_fn
struct  QtMultimediaPrivate::ranges::impl::stable_sort_fn

Namespaces

namespace  QtMultimediaPrivate
namespace  QtMultimediaPrivate::ranges
namespace  QtMultimediaPrivate::ranges::impl

Variables

constexpr auto QtMultimediaPrivate::ranges::all_of
constexpr auto QtMultimediaPrivate::ranges::any_of
constexpr auto QtMultimediaPrivate::ranges::copy
constexpr auto QtMultimediaPrivate::ranges::equal
constexpr auto QtMultimediaPrivate::ranges::fill
constexpr auto QtMultimediaPrivate::ranges::find
constexpr auto QtMultimediaPrivate::ranges::find_if
constexpr auto QtMultimediaPrivate::ranges::sort = impl::sort_fn{}
constexpr auto QtMultimediaPrivate::ranges::stable_sort = impl::stable_sort_fn{}
constexpr auto QtMultimediaPrivate::ranges::max = impl::max_fn{}
constexpr auto QtMultimediaPrivate::ranges::max_element = impl::max_element_fn{}
constexpr auto QtMultimediaPrivate::ranges::min = impl::min_fn{}
constexpr auto QtMultimediaPrivate::ranges::min_element = impl::min_element_fn{}
constexpr auto QtMultimediaPrivate::ranges::contains